Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:22:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  else
  ^~~~
/in/foo.cc:24:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
     return 0; 
     ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 356.0 KiB

信息

递交者
类型
递交
题目
P1128 找出小偷(1)
语言
C++
递交时间
2021-12-18 14:35:22
评测时间
2021-12-18 14:35:22
评测机
分数
100
总耗时
2ms
峰值内存
356.0 KiB