/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int read()':
/in/foo.cc:54:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(ch=='-') v=-1;ch=getchar();
   ^~
/in/foo.cc:54:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(ch=='-') v=-1;ch=getchar();
                    ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 2.367 MiB
#2 Accepted 7ms 2.25 MiB
#3 Accepted 3ms 2.32 MiB
#4 Accepted 5ms 2.289 MiB
#5 Accepted 4ms 2.363 MiB
#6 Accepted 8ms 2.25 MiB
#7 Accepted 21ms 4.5 MiB
#8 Runtime Error 55ms 13.125 MiB
#9 Runtime Error 56ms 12.875 MiB
#10 Wrong Answer 41ms 4.961 MiB

信息

递交者
类型
递交
题目
P1906 联合权值
语言
C++
递交时间
2017-11-09 19:30:36
评测时间
2017-11-09 19:30:36
评测机
分数
70
总耗时
208ms
峰值内存
13.125 MiB