/ Vijos /

记录详情

Accepted

/in/foo.c: In function 'add':
/in/foo.c:38:11: warning: unused variable 'flag' [-Wunused-variable]
     int i,flag=0,c=0;//c表示进制,先没有进位
           ^~~~
/in/foo.c: In function 'main':
/in/foo.c:60:15: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[1000000]' [-Wformat=]
     scanf("%d%s",&n,&m);
               ^
/in/foo.c:58:9: warning: unused variable 'i' [-Wunused-variable]
     int i=0;
         ^
/in/foo.c: In function 'trans':
/in/foo.c:23:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 4.195 MiB
#2 Accepted 1ms 2.203 MiB
#3 Accepted 0ms 2.199 MiB
#4 Accepted 0ms 2.203 MiB

信息

递交者
类型
递交
题目
P1304 回文数
语言
C
递交时间
2019-09-15 16:12:25
评测时间
2019-09-15 16:12:25
评测机
分数
100
总耗时
4ms
峰值内存
4.195 MiB