Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:44:8: warning: variable 'o' set but not used [-Wunused-but-set-variable]
  int a,o,l[10000],c=0;
        ^
# 状态 耗时 内存占用
#1 Accepted 2ms 376.0 KiB
#2 Accepted 2ms 416.0 KiB

信息

递交者
类型
递交
题目
P1106 回文数猜想(1)
语言
C++
递交时间
2021-12-04 18:11:21
评测时间
2021-12-04 18:11:21
评测机
分数
100
总耗时
4ms
峰值内存
416.0 KiB