Record Detail

Accepted

/in/ex1.c:2:5: warning: second argument of 'main' should be 'char **' [-Wmain]
 int main(int argc, char ** argv[])
     ^~~~
/in/ex1.c: In function 'main':
/in/ex1.c:6:18: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char **' [-Wformat=]
         printf("%s\n",argv[i]);
                  ^
# Status Time Cost Memory Cost
#1 Accepted 0ms 320.0 KiB
#2 Accepted 0ms 192.0 KiB
#3 Accepted 1ms 256.0 KiB

Information

Submit By
Type
Submission
Homework
Lab 4
Language
C
Submit At
2018-06-21 15:12:07
Judged At
2018-06-21 15:12:07
Judged By
Score
30
Total Time
2ms
Peak Memory
320.0 KiB