Wrong Answer
/in/terminal.c: In function 'save': /in/terminal.c:159:16: warning: passing argument 1 of 'printf' from incompatible pointer type [-Wincompatible-pointer-types] printf(fp, "\n"); ^~ In file included from /in/terminal.c:5:0: /usr/include/stdio.h:318:12: note: expected 'const char * restrict' but argument is of type 'FILE * {aka struct _IO_FILE *}' extern int printf (const char *__restrict __format, ...); ^~~~~~
Information
- Submit By
- Type
- Submission
- Homework
- Lab 9 Exercises
- Language
- C
- Submit At
- 2022-07-14 21:32:44
- Judged At
- 2022-07-14 21:32:44
- Judged By
- Score
- 21
- Total Time
- 41ms
- Peak Memory
- 296.0 KiB