记录详情

Accepted

foo.cc: In function ‘int main()’:
foo.cc:17:17: warning: left operand of comma operator has no effect [-Wunused-value]
   17 |         if(a<b) a,b=b,a;
      |                 ^
foo.cc:17:24: warning: right operand of comma operator has no effect [-Wunused-value]
   17 |         if(a<b) a,b=b,a;
      |                        ^
# 状态 耗时 内存占用
#1 Accepted 2ms 496.0 KiB
#2 Accepted 2ms 500.0 KiB
#3 Accepted 2ms 760.0 KiB
#4 Accepted 3ms 496.0 KiB
#5 Accepted 2ms 504.0 KiB

信息

递交者
类型
递交
比赛
南师大2025年新生赛(第一场)
语言
C++
递交时间
2025-08-15 08:56:24
评测时间
2025-08-23 22:05:48
评测机
分数
100
总耗时
14ms
峰值内存
760.0 KiB