/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:54:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=1;i<=sum;i++)
  ^~~
/in/foo.cc:55:40: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   cout<<ans[i].x<<" "<<ans[i].y<<endl; return 0;
                                        ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 20ms 23.281 MiB
#2 Accepted 19ms 23.297 MiB
#3 Accepted 56ms 23.359 MiB
#4 Accepted 110ms 23.512 MiB
#5 Accepted 391ms 25.367 MiB
#6 Accepted 549ms 23.348 MiB
#7 Accepted 757ms 27.129 MiB
#8 Accepted 924ms 23.371 MiB
#9 Accepted 781ms 24.539 MiB
#10 Accepted 934ms 23.449 MiB

信息

递交者
类型
递交
题目
P1791 骑士的旅行
语言
C++
递交时间
2024-06-14 15:31:28
评测时间
2024-06-14 15:31:28
评测机
分数
100
总耗时
4546ms
峰值内存
27.129 MiB