/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:35:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(j = 0; j < m; j++)
         ^~~
/in/foo.cc:37:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
             cout << ans << endl;
             ^~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 1.25 MiB
#2 Wrong Answer 6ms 1.25 MiB
#3 Accepted 8ms 1.344 MiB
#4 Accepted 13ms 1.344 MiB
#5 Accepted 10ms 1.348 MiB
#6 Wrong Answer 14ms 1.363 MiB
#7 Wrong Answer 12ms 1.25 MiB
#8 Accepted 13ms 1.375 MiB
#9 Accepted 12ms 1.25 MiB
#10 Wrong Answer 12ms 1.336 MiB

信息

递交者
类型
递交
题目
P1264 神秘的咒语
语言
C++
递交时间
2018-01-23 19:32:55
评测时间
2018-01-23 19:32:55
评测机
分数
60
总耗时
108ms
峰值内存
1.375 MiB