Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:76:56: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=] printf("%d %d %I64d\n",cnt[i].i,cnt[i].j,cnt[i].val); ~~~~~~~~~~^ /in/foo.cc:21:6: warning: unused variable 'l' [-Wunused-variable] int l,n,m,A,B,top,hid; ^ /in/foo.cc:22:12: warning: unused variable 'res' [-Wunused-variable] long long res; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1750 建房子
- 语言
- C++
- 递交时间
- 2017-10-19 20:26:37
- 评测时间
- 2017-10-19 20:26:37
- 评测机
- 分数
- 70
- 总耗时
- 1283ms
- 峰值内存
- 46.203 MiB