记录详情

Accepted

/in/foo.cc: In constructor 'Time::Time()':
/in/foo.cc:11:9: warning: left operand of comma operator has no effect [-Wunused-value]
         h,m,s;
         ^
/in/foo.cc:11:11: warning: right operand of comma operator has no effect [-Wunused-value]
         h,m,s;
           ^
/in/foo.cc:11:13: warning: right operand of comma operator has no effect [-Wunused-value]
         h,m,s;
             ^
# 状态 耗时 内存占用
#1 Accepted 1ms 376.0 KiB

信息

递交者
类型
自测
题目
P1001 OO1-2 时间类Time
语言
C++
递交时间
2024-03-16 23:49:31
评测时间
2024-03-16 23:49:31
评测机
分数
10
总耗时
1ms
峰值内存
376.0 KiB