Compile Error
/in/main.c: In function 'main': /in/main.c:44:13: error: format '%d' expects argument of type 'int *', but argument 2 has type 'unsigned int *' [-Werror=format=] scanf("%d %d\n",&seed,&k); ^ /in/main.c:44:16: error: format '%d' expects argument of type 'int *', but argument 3 has type 'unsigned int *' [-Werror=format=] scanf("%d %d\n",&seed,&k); ^ cc1: all warnings being treated as errors
Information
- Submit By
- Type
- Submission
- Homework
- Lab 5
- Language
- C
- Submit At
- 2018-06-29 11:24:02
- Judged At
- 2018-06-29 11:24:02
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes