Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:66:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] if(i%t==0) printf("%d ",now); ^ /in/foo.cc: In function 'int check(int)': /in/foo.cc:51:9: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized] return ans; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2007 蚯蚓
- 语言
- C++
- 递交时间
- 2018-07-22 08:46:59
- 评测时间
- 2018-07-22 08:46:59
- 评测机
- 分数
- 100
- 总耗时
- 2324ms
- 峰值内存
- 107.453 MiB