Compile Error
/in/l6.c: In function 'main': /in/l6.c:29:14: error: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Werror=format=] printf("%d %d\n",strlen(st),strlen(wd)); ^ /in/l6.c:29:17: error: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Werror=format=] printf("%d %d\n",strlen(st),strlen(wd)); ^ cc1: all warnings being treated as errors
Information
- Submit By
- Type
- Submission
- Homework
- Lab 6
- Language
- C
- Submit At
- 2018-07-13 00:04:15
- Judged At
- 2018-07-13 00:04:15
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes