记录详情

Wrong Answer

/in/foo.cc: In function 'bool operator<(Data&, Data&)':
/in/foo.cc:31:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   31 |                 if(a.y==b.y)
      |                 ^~
/in/foo.cc:34:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   34 |                         return a.m<b.m;
      |                         ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 532.0 KiB
#2 Wrong Answer 2ms 536.0 KiB
#3 Wrong Answer 2ms 528.0 KiB
#4 Wrong Answer 2ms 532.0 KiB
#5 Wrong Answer 1ms 356.0 KiB

信息

递交者
类型
递交
比赛
2024级《面向对象的方法与实践》第四次作业
语言
C++
递交时间
2025-04-13 17:17:11
评测时间
2025-04-15 00:00:22
评测机
分数
0
总耗时
10ms
峰值内存
536.0 KiB