/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int Get(int, int, int, int)':
foo.cc:26:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (r1 > r2) std::swap(r1, r2); if (c1 > c2) std::swap(c1, c2);
     ^~
foo.cc:26:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     if (r1 > r2) std::swap(r1, r2); if (c1 > c2) std::swap(c1, c2);
                                     ^~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 640.0 KiB
#2 Accepted 2ms 640.0 KiB
#3 Accepted 2ms 640.0 KiB
#4 Accepted 33ms 15.621 MiB
#5 Wrong Answer Read 252682, expect 252705. 181ms 59.863 MiB
#6 Accepted 219ms 64.199 MiB
#7 Accepted 221ms 64.203 MiB
#8 Accepted 177ms 59.859 MiB
#9 Wrong Answer Read 252682, expect 252705. 183ms 59.871 MiB
#10 Accepted 240ms 67.766 MiB
#11 Accepted 235ms 67.742 MiB

信息

递交者
类型
递交
题目
P2002 采油区域
语言
C++
递交时间
2021-05-17 21:46:56
评测时间
2021-05-17 21:46:56
评测机
分数
81
总耗时
1499ms
峰值内存
67.766 MiB