/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:60:51: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
    for (int ii=1;ii<=n;ii++) if (ii==i) continue; else
                                                   ^~~~
/in/foo.cc:67:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
     for (int ii=1;ii<=n;ii++) if (ii==j) continue; else
     ^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 3ms 368.0 KiB
#3 Accepted 3ms 364.0 KiB
#4 Accepted 3ms 372.0 KiB
#5 Wrong Answer 3ms 368.0 KiB
#6 Wrong Answer 4ms 328.0 KiB
#7 Accepted 1ms 384.0 KiB
#8 Accepted 2ms 344.0 KiB
#9 Accepted 2ms 336.0 KiB
#10 Wrong Answer 4ms 368.0 KiB

信息

递交者
类型
递交
题目
P1169 丘比特的烦恼
语言
C++
递交时间
2017-06-24 18:41:13
评测时间
2017-06-24 18:41:13
评测机
分数
70
总耗时
32ms
峰值内存
384.0 KiB