记录详情

Wrong Answer

/in/foo.cc: In function 'bool compare(S, S)':
/in/foo.cc:15:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(a.sc > b.sc)
  ^~
/in/foo.cc:17:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   return 0;
   ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 192.0 KiB
#2 Wrong Answer 1ms 324.0 KiB
#3 Wrong Answer 2ms 320.0 KiB
#4 Wrong Answer 11ms 708.0 KiB
#5 Wrong Answer 25ms 1.062 MiB

信息

递交者
类型
递交
题目
2-1 比赛榜单
比赛
南师大2018年蓝桥杯热身赛
语言
C++
递交时间
2018-12-12 15:22:09
评测时间
2018-12-12 15:22:19
评测机
分数
20
总耗时
43ms
峰值内存
1.062 MiB