记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:8:2: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
  scanf("%d",&n);
  ^~~~~
/in/foo.c:8:2: warning: incompatible implicit declaration of built-in function 'scanf'
/in/foo.c:8:2: note: include '<stdio.h>' or provide a declaration of 'scanf'
/in/foo.c:12:2: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
  puts(a);
  ^~~~
# 状态 耗时 内存占用
#1 Runtime Error 15ms 360.0 KiB
#2 Accepted 0ms 204.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 0ms 204.0 KiB
#5 Accepted 1ms 204.0 KiB
#6 Accepted 0ms 180.0 KiB
#7 Accepted 0ms 204.0 KiB
#8 Accepted 0ms 204.0 KiB
#9 Accepted 0ms 204.0 KiB
#10 Accepted 0ms 204.0 KiB

信息

递交者
类型
递交
题目
(lpj 1-1)GNU is Not Unix
比赛
新年 小兰赛2019-1-1
语言
C
递交时间
2019-01-01 08:41:08
评测时间
2019-01-01 08:41:08
评测机
分数
90
总耗时
23ms
峰值内存
360.0 KiB