/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int read()':
/in/foo.cc:10:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(ch=='-') f=-f; ch=getchar();
   ^~
/in/foo.cc:10:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(ch=='-') f=-f; ch=getchar();
                     ^~
# 状态 耗时 内存占用
#1 Accepted 7ms 11.0 MiB
#2 Accepted 6ms 11.0 MiB
#3 Accepted 5ms 11.066 MiB
#4 Accepted 7ms 11.0 MiB
#5 Accepted 7ms 11.059 MiB
#6 Wrong Answer 6ms 11.0 MiB
#7 Wrong Answer 10ms 11.051 MiB
#8 Wrong Answer 11ms 11.0 MiB
#9 Wrong Answer 13ms 11.066 MiB
#10 Wrong Answer 14ms 11.078 MiB

信息

递交者
类型
递交
题目
P1775 乌龟棋
语言
C++
递交时间
2017-08-27 14:41:01
评测时间
2017-08-27 14:41:01
评测机
分数
50
总耗时
89ms
峰值内存
11.078 MiB