Accepted
/in/foo.cc: In function 'void DIJ(int)':
/in/foo.cc:40:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int x=0;x<g[i].size();x++){
~^~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:87:19: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
printf("%d\n",Ans);
^
信息
- 递交者
- 类型
- 递交
- 题目
- P3229 Relocation S
- 语言
- C++
- 递交时间
- 2026-05-10 11:09:16
- 评测时间
- 2026-05-10 11:09:16
- 评测机
- 分数
- 100
- 总耗时
- 1551ms
- 峰值内存
- 59.297 MiB