Accepted
/in/ex2.c: In function 'line3': /in/ex2.c:71:17: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf(" %llu ",i+1); ^ /in/ex2.c:74:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("%llu ",i+1); ^
Information
- Submit By
- Type
- Submission
- Homework
- Assignment 5
- Language
- C
- Submit At
- 2018-06-27 02:01:06
- Judged At
- 2018-06-27 02:01:06
- Judged By
- Score
- 120
- Total Time
- 12ms
- Peak Memory
- 372.0 KiB