Accepted
/in/foo.cc: In function 'void DFS(int, int, int)': /in/foo.cc:9:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int k=0;k<g[i].size();k++){ ~^~~~~~~~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:42:23: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=] scanf("%lld",&w[i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1288 礼物
- 语言
- C++
- 递交时间
- 2025-05-16 11:30:15
- 评测时间
- 2025-05-16 11:30:15
- 评测机
- 分数
- 100
- 总耗时
- 4752ms
- 峰值内存
- 20.805 MiB