记录详情

Wrong Answer

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

信息

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