记录详情

Accepted

/in/foo.cc: In function 'int Judge(char*, char*, int)':
/in/foo.cc:6:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int j=0;j<strlen(s2);j++)
              ~^~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:5: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(s1);gets(s2);gets(s3);
     ^~~~
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:15:12: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(s1);gets(s2);gets(s3);
            ^
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:15:14: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(s1);gets(s2);gets(s3);
              ^~~~
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:15:21: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(s1);gets(s2);gets(s3);
                     ^
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:15:23: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(s1);gets(s2);gets(s3);
                       ^~~~
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:15:30: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(s1);gets(s2);gets(s3);
                              ^
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:17:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     while(flag1<strlen(s1)-strlen(s2))
           ~~~~~^~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:28:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  while(flag1<strlen(s1))
        ~~~~~^~~~~~~~~~~
/tmp/cc6AS98G.o: In function `main':
foo.cc:(.text.startup+0x57): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 2ms 720.0 KiB
#2 Accepted 2ms 1.551 MiB
#3 Accepted 2ms 620.0 KiB
#4 Accepted 1ms 632.0 KiB
#5 Accepted 1ms 600.0 KiB

信息

递交者
类型
递交
题目
4-3 爱情故事
比赛
2023 程序设计与基础(语言的世界)
语言
C++
递交时间
2023-12-05 16:14:22
评测时间
2023-12-05 16:14:22
评测机
分数
100
总耗时
11ms
峰值内存
1.551 MiB