Record Detail

Runtime Error

/in/ex3.c:3:6: warning: return type of 'main' is not 'int' [-Wmain]
 void main()
      ^~~~
/in/ex3.c: In function 'main':
/in/ex3.c:8:5: warning: implicit declaration of function 'gets'; did you mean 'fgets'? [-Wimplicit-function-declaration]
     gets(allstr);
     ^~~~
     fgets
/tmp/cciv5Bno.o: In function `main':
ex3.c:(.text.startup+0x3b): warning: the `gets' function is dangerous and should not be used.
# Status Time Cost Memory Cost
#1 Wrong Answer 0ms 200.0 KiB
#2 Wrong Answer 0ms 248.0 KiB
#3 Wrong Answer 0ms 200.0 KiB
#4 Wrong Answer 0ms 200.0 KiB
#5 Wrong Answer 0ms 348.0 KiB
#6 Runtime Error 1ms 324.0 KiB
#7 Runtime Error 0ms 276.0 KiB
#8 Runtime Error 1ms 328.0 KiB
#9 Runtime Error 0ms 280.0 KiB
#10 Runtime Error 1ms 324.0 KiB

Information

Submit By
Type
Submission
Homework
Assignment 5
Language
C
Submit At
2018-06-26 21:02:39
Judged At
2018-06-26 21:08:00
Judged By
Score
0
Total Time
9ms
Peak Memory
348.0 KiB