记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(c);
  ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:10:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(c);
        ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:11:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (i = 0; i < strlen(c); i++)
              ~~^~~~~~~~~~~
/in/foo.cc:7:16: warning: unused variable 'j' [-Wunused-variable]
  int i, n = 0, j = 0;
                ^
/tmp/ccR5xakp.o: In function `main':
foo.cc:(.text.startup+0x14): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 2ms 364.0 KiB
#2 Accepted 1ms 328.0 KiB
#3 Accepted 2ms 404.0 KiB
#4 Accepted 2ms 332.0 KiB
#5 Accepted 2ms 328.0 KiB
#6 Accepted 2ms 404.0 KiB
#7 Accepted 1ms 328.0 KiB
#8 Accepted 2ms 868.0 KiB
#9 Accepted 2ms 844.0 KiB
#10 Accepted 2ms 468.0 KiB
#11 Accepted 2ms 460.0 KiB
#12 Accepted 2ms 464.0 KiB
#13 Accepted 2ms 516.0 KiB

信息

递交者
类型
递交
题目
P1290 C. Young Man Do Not Say Five
比赛
南京师范大学2021年11月程序设计竞赛
语言
C++
递交时间
2021-11-21 14:15:07
评测时间
2021-11-21 14:15:07
评测机
分数
200
总耗时
28ms
峰值内存
868.0 KiB