Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:11: warning: right operand of comma operator has no effect [-Wunused-value]
  cin>>a,b,c,d;
           ^
/in/foo.cc:6:13: warning: right operand of comma operator has no effect [-Wunused-value]
  cin>>a,b,c,d;
             ^
/in/foo.cc:6:14: warning: right operand of comma operator has no effect [-Wunused-value]
  cin>>a,b,c,d;
              ^
# 状态 耗时 内存占用
#1 Accepted 1ms 616.0 KiB
#2 Accepted 1ms 776.0 KiB

信息

递交者
类型
递交
题目
P1016 3位回文数
语言
C++
递交时间
2023-12-01 07:02:16
评测时间
2023-12-01 07:02:16
评测机
分数
100
总耗时
3ms
峰值内存
776.0 KiB