记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:11:13: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(max);
             ^
In file included from /usr/include/stdio.h:862:0,
                 from /usr/include/c++/7/cstdio:42,
                 from /usr/include/x86_64-linux-gnu/c++/7/bits/stdc++.h:46,
                 from foo.cc:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:232:1: note: declared here
 gets (char *__str)
 ^~~~
foo.cc: In function 'void zmin(char*)':
foo.cc:35:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<strlen(a);i++)
              ~^~~~~~~~~~
foo.cc:36:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int j=i+1;j<strlen(a);j++)
                 ~^~~~~~~~~~
foo.cc: In function 'void zmax(char*)':
foo.cc:42:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<strlen(a);i++)
              ~^~~~~~~~~~
foo.cc:43:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int j=i+1;j<strlen(a);j++)
                 ~^~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:11:9: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
     gets(max);
     ~~~~^~~~~
/tmp/ccwJ6ruT.o: In function `main':
foo.cc:(.text.startup+0x29): warning: the `gets' function is dangerous and should not be used.
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read 43629597, expect 750843. 1ms 384.0 KiB
#2 Runtime Error Aborted 2ms 400.0 KiB
#3 Runtime Error Aborted 1ms 384.0 KiB
#4 Runtime Error Aborted 2ms 384.0 KiB
#5 Runtime Error Aborted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
5-7 玩整数
语言
C++
递交时间
2021-03-16 19:44:02
评测时间
2021-03-16 19:44:02
评测机
分数
0
总耗时
9ms
峰值内存
400.0 KiB