Accepted
/in/foo.cc: In function 'void dfs1(int)': /in/foo.cc:16:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < G[x].size(); i++) ~~^~~~~~~~~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:41:33: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'LL* {aka long long int*}' [-Wformat=] scanf("%d %d", &f, c + i); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1676 陶陶吃苹果
- 语言
- C++
- 递交时间
- 2017-08-09 21:07:12
- 评测时间
- 2017-08-09 21:07:12
- 评测机
- 分数
- 100
- 总耗时
- 165ms
- 峰值内存
- 38.25 MiB