Record Detail

Accepted

/in/ex4.c:1:19: warning: extra tokens at end of #include directive
 #include <stdio.h>;
                   ^
/in/ex4.c:2:18: warning: extra tokens at end of #include directive
 #include <time.h>;
                  ^
/in/ex4.c: In function 'main':
/in/ex4.c:8:13: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'time_t * {aka long int *}' [-Wformat=]
     scanf("%d",&rawtime);
             ^
# Status Time Cost Memory Cost
#1 Accepted 0ms 248.0 KiB
#2 Accepted 1ms 380.0 KiB
#3 Accepted 0ms 328.0 KiB

Information

Submit By
Type
Submission
Homework
Lab 4
Language
C
Submit At
2018-06-19 13:39:23
Judged At
2018-06-19 13:39:23
Judged By
Score
30
Total Time
3ms
Peak Memory
380.0 KiB