记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:19:2: warning: implicit declaration of function 'gets' [-Wimplicit-function-declaration]
  gets(s1);
  ^~~~
/in/foo.c:23:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
  printf("%d %d",cha1,cha2);
  ^~~~~~
/in/foo.c:23:2: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:23:2: note: include '<stdio.h>' or provide a declaration of 'printf'
/tmp/ccaFwjZ9.o: In function `main':
foo.c:(.text.startup+0x17): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 1ms 232.0 KiB
#2 Accepted 0ms 248.0 KiB

信息

递交者
类型
自测
语言
C
递交时间
2022-05-31 11:48:44
评测时间
2022-05-31 11:48:44
评测机
分数
20
总耗时
1ms
峰值内存
248.0 KiB