Record Detail

Accepted

/in/ex2.c: In function 'main':
/in/ex2.c:119:16: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char * (*)[4]' [-Wformat=]
     scanf("%d %s",&month,&day);
                ^
/in/ex2.c:122:20: warning: passing argument 2 of 'printday' from incompatible pointer type [-Wincompatible-pointer-types]
     printday(month,day);
                    ^~~
/in/ex2.c:37:6: note: expected 'char *' but argument is of type 'char **'
 void printday(int month,char* day){
      ^~~~~~~~
# Status Time Cost Memory Cost
#1 Accepted 1ms 328.0 KiB
#2 Accepted 1ms 320.0 KiB
#3 Accepted 1ms 248.0 KiB
#4 Accepted 0ms 248.0 KiB
#5 Accepted 1ms 256.0 KiB
#6 Accepted 0ms 196.0 KiB
#7 Accepted 1ms 332.0 KiB
#8 Accepted 0ms 376.0 KiB
#9 Accepted 1ms 248.0 KiB
#10 Accepted 1ms 256.0 KiB
#11 Accepted 0ms 200.0 KiB
#12 Accepted 0ms 376.0 KiB

Information

Submit By
Type
Submission
Homework
Assignment 5
Language
C
Submit At
2018-06-25 15:34:58
Judged At
2018-06-25 15:34:58
Judged By
Score
120
Total Time
12ms
Peak Memory
376.0 KiB