/ CWOI /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:34:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(c=='\n')break;e[1].a[++cnt]=c-'0';};
   ^~
/in/foo.cc:34:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(c=='\n')break;e[1].a[++cnt]=c-'0';};
                    ^
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 384.0 KiB
#2 Runtime Error 4ms 384.0 KiB

信息

递交者
类型
递交
题目
A + B Problem
语言
C++
递交时间
2017-09-10 10:46:21
评测时间
2017-09-10 10:46:21
评测机
分数
0
总耗时
7ms
峰值内存
384.0 KiB