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,e;
           ^
/in/foo.cc:6:13: warning: right operand of comma operator has no effect [-Wunused-value]
  cin>>a,b,c,d,e;
             ^
/in/foo.cc:6:15: warning: right operand of comma operator has no effect [-Wunused-value]
  cin>>a,b,c,d,e;
               ^
/in/foo.cc:6:16: warning: right operand of comma operator has no effect [-Wunused-value]
  cin>>a,b,c,d,e;
                ^
# 状态 耗时 内存占用
#1 Accepted 2ms 404.0 KiB
#2 Accepted 1ms 324.0 KiB

信息

递交者
类型
递交
题目
P1037 4位回文数
语言
C++
递交时间
2023-12-21 20:18:23
评测时间
2023-12-21 20:18:23
评测机
分数
100
总耗时
3ms
峰值内存
404.0 KiB