/ Vijos /

记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:33:6: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  len=strlen(strs);
      ^~~~~~
/in/foo.c:33:6: warning: incompatible implicit declaration of built-in function 'strlen'
/in/foo.c:33:6: note: include '<string.h>' or provide a declaration of 'strlen'
/in/foo.c:50:9: warning: too many arguments for format [-Wformat-extra-args]
  printf("Impossible!",times);
         ^~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 256.0 KiB

信息

递交者
类型
自测
题目
P1304 回文数
语言
C
递交时间
2018-04-17 15:35:04
评测时间
2018-04-17 15:35:04
评测机
分数
0
总耗时
2ms
峰值内存
256.0 KiB