记录详情

Wrong Answer

/in/foo.cc: In function 'void replace(char*, char*)':
/in/foo.cc:9:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(t[i]>='A' && t[i]<='Z')
   ^~
/in/foo.cc:11:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    t[i]=s[W];
    ^
/in/foo.cc:12:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(t[i]>='a' && t[i]<='z')
   ^~
/in/foo.cc:14:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    t[i]=s[W];
    ^
/in/foo.cc:6:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j;
        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:20:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s);
  ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/c++/6/ext/string_conversions.h:43,
                 from /usr/include/c++/6/bits/basic_string.h:5417,
                 from /usr/include/c++/6/string:52,
                 from /usr/include/c++/6/bits/locale_classes.h:40,
                 from /usr/include/c++/6/bits/ios_base.h:41,
                 from /usr/include/c++/6/ios:42,
                 from /usr/include/c++/6/ostream:38,
                 from /usr/include/c++/6/iostream:39,
                 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:20:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s);
        ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/c++/6/ext/string_conversions.h:43,
                 from /usr/include/c++/6/bits/basic_string.h:5417,
                 from /usr/include/c++/6/string:52,
                 from /usr/include/c++/6/bits/locale_classes.h:40,
                 from /usr/include/c++/6/bits/ios_base.h:41,
                 from /usr/include/c++/6/ios:42,
                 from /usr/include/c++/6/ostream:38,
                 from /usr/include/c++/6/iostream:39,
                 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:21:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(t);
  ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/c++/6/ext/string_conversions.h:43,
                 from /usr/include/c++/6/bits/basic_string.h:5417,
                 from /usr/include/c++/6/string:52,
                 from /usr/include/c++/6/bits/locale_classes.h:40,
                 from /usr/include/c++/6/bits/ios_base.h:41,
                 from /usr/include/c++/6/ios:42,
                 from /usr/include/c++/6/ostream:38,
                 from /usr/include/c++/6/iostream:39,
                 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:21:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(t);
        ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/c++/6/ext/string_conversions.h:43,
                 from /usr/include/c++/6/bits/basic_string.h:5417,
                 from /usr/include/c++/6/string:52,
                 from /usr/include/c++/6/bits/locale_classes.h:40,
                 from /usr/include/c++/6/bits/ios_base.h:41,
                 from /usr/include/c++/6/ios:42,
                 from /usr/include/c++/6/ostream:38,
                 from /usr/include/c++/6/iostream:39,
                 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: In function 'void replace(char*, char*)':
/in/foo.cc:11:12: warning: 'W' may be used uninitialized in this function [-Wmaybe-uninitialized]
    t[i]=s[W];
            ^
/tmp/ccdy1ADi.o: In function `main':
foo.cc:(.text.startup+0x12): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 412.0 KiB

信息

递交者
类型
自测
语言
C++
递交时间
2024-12-09 13:44:34
评测时间
2024-12-09 13:44:34
评测机
分数
0
总耗时
1ms
峰值内存
412.0 KiB