记录详情

Time Exceeded

/in/foo.c: In function 'main':
/in/foo.c:25:2: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
  scanf("%d", &n);
  ^~~~~
/in/foo.c:25:2: warning: incompatible implicit declaration of built-in function 'scanf'
/in/foo.c:25:2: note: include '<stdio.h>' or provide a declaration of 'scanf'
/in/foo.c:35:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
  printf("%d", count);
  ^~~~~~
/in/foo.c:35:2: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:35:2: note: include '<stdio.h>' or provide a declaration of 'printf'
# 状态 耗时 内存占用
#1 Wrong Answer 0ms 204.0 KiB
#2 Time Exceeded ≥1002ms ≥232.0 KiB
#3 Wrong Answer 0ms 228.0 KiB
#4 Wrong Answer 0ms 204.0 KiB
#5 Wrong Answer 91ms 320.0 KiB

信息

递交者
类型
递交
题目
A4-3 回文数专题:回文数判断
语言
C
递交时间
2021-08-23 14:27:24
评测时间
2021-08-23 14:27:24
评测机
分数
0
总耗时
≥1096ms
峰值内存
≥320.0 KiB