记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:8:24: warning: unused variable 's2' [-Wunused-variable]
    char s1[10000];char s2[10000];
                        ^~
foo.cc: In function 'int geshu(char*)':
foo.cc:51:10: warning: unused variable 's2' [-Wunused-variable]
     char s2[100000]={0};
          ^~
foo.cc:74:10: warning: unused variable 's2' [-Wunused-variable]
     char s2[100000]={0};
          ^~
foo.cc:16:29: warning: variable 'x' set but not used [-Wunused-but-set-variable]
  char s2[100000],s3[100000],x;
                             ^
foo.cc:85:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
foo.cc: In function 'int main()':
foo.cc:9:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%[^\n]",s1);
    ~~~~~^~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Binary files usrout and stdout 1ms 384.0 KiB
#2 Wrong Answer Binary files usrout and stdout 1ms 384.0 KiB
#3 Wrong Answer Binary files usrout and stdout 1ms 384.0 KiB
#4 Wrong Answer Binary files usrout and stdout 1ms 384.0 KiB
#5 Wrong Answer Binary files usrout and stdout 2ms 384.0 KiB

信息

递交者
类型
递交
题目
3-4 颠倒单词
语言
C++
递交时间
2021-04-01 21:59:32
评测时间
2021-04-01 21:59:32
评测机
分数
0
总耗时
9ms
峰值内存
384.0 KiB