/ WanKu /

记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:11:5: warning: 'gets' is deprecated [-Wdeprecated-declarations]
     gets(a);
     ^~~~
In file included from /in/foo.c:2:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.c:8:12: warning: unused variable 'i' [-Wunused-variable]
     int n, i = 0;
            ^
/tmp/ccFen3cf.o: In function `main':
foo.c:(.text.startup+0x36): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 1ms 364.0 KiB
#2 Accepted 0ms 248.0 KiB
#3 Accepted 0ms 208.0 KiB
#4 Accepted 0ms 232.0 KiB
#5 Accepted 0ms 248.0 KiB
#6 Accepted 0ms 208.0 KiB
#7 Accepted 0ms 208.0 KiB
#8 Accepted 0ms 208.0 KiB
#9 Accepted 0ms 212.0 KiB
#10 Accepted 0ms 208.0 KiB
#11 Accepted 0ms 248.0 KiB
#12 Accepted 0ms 248.0 KiB
#13 Accepted 0ms 248.0 KiB
#14 Accepted 0ms 208.0 KiB
#15 Accepted 0ms 248.0 KiB
#16 Accepted 0ms 208.0 KiB
#17 Accepted 0ms 216.0 KiB
#18 Accepted 0ms 208.0 KiB
#19 Accepted 1ms 208.0 KiB
#20 Accepted 1ms 212.0 KiB

信息

递交者
类型
递交
题目
P1007 每日一题-7 数字显示
语言
C
递交时间
2022-04-25 22:00:19
评测时间
2022-05-28 09:04:25
评测机
分数
100
总耗时
16ms
峰值内存
364.0 KiB