Accepted

foo.cc: In function 'int main()':
foo.cc:10:11: warning: unused variable 'x' [-Wunused-variable]
   10 |   int j=i,x=1,k=0;
      |           ^
foo.cc:6:8: warning: unused variable 'n1' [-Wunused-variable]
    6 |  int n,n1,c1=1,d1=1,s=9;
      |        ^~
foo.cc:6:11: warning: unused variable 'c1' [-Wunused-variable]
    6 |  int n,n1,c1=1,d1=1,s=9;
      |           ^~
foo.cc:6:16: warning: unused variable 'd1' [-Wunused-variable]
    6 |  int n,n1,c1=1,d1=1,s=9;
      |                ^~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 384.0 KiB
#2 Accepted 4ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 3ms 384.0 KiB

信息

递交者
类型
递交
题目
P1490 回文数专题:回文数个数
语言
C++
递交时间
2022-06-03 10:24:16
评测时间
2022-06-03 10:24:16
评测机
分数
100
总耗时
17ms
峰值内存
384.0 KiB