记录详情

Accepted

foo.c: In function 'main':
foo.c:8:2: warning: 'gets' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations]
  gets(a);
  ^
foo.c:11:2: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
  printf("%ld",s);
  ^
/tmp/ccz3tT1r.o: In function `main':
foo.c:(.text.startup+0xf): warning: the `gets' function is dangerous and should not be used.
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB
#2 Accepted 0ms 232.0 KiB
#3 Accepted 0ms 248.0 KiB
#4 Accepted 0ms 248.0 KiB
#5 Accepted 0ms 248.0 KiB

信息

递交者
类型
递交
题目
P1081 xf1-4进制转换2
比赛
南师大2019新生赛1
语言
C
递交时间
2020-11-02 12:27:28
评测时间
2020-11-02 12:27:28
评测机
分数
100
总耗时
3ms
峰值内存
256.0 KiB