Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:34:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%I64d\n",cnt); ^ /in/foo.cc:35:51: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] for(int i=1; i<=cnt; i++) printf("%I64d\n",cou[i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1910 解方程
- 语言
- C++
- 递交时间
- 2017-07-05 21:09:29
- 评测时间
- 2017-07-05 21:09:29
- 评测机
- 分数
- 0
- 总耗时
- 1585ms
- 峰值内存
- 2.375 MiB