/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:63:8: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=]
  scanf("%d",&n);
        ^
/in/foo.c:73:14: error: conflicting types for 'reverse16'
         char reverse16(char a);
              ^
/in/foo.c:14:6: note: previous definition of 'reverse16' was here
 char reverse16(char a[])
      ^

信息

递交者
类型
递交
题目
P1304 回文数
语言
C
递交时间
2017-04-06 20:05:02
评测时间
2017-04-06 20:05:02
评测机
分数
0
总耗时
17ms
峰值内存
3.578 MiB