Record Detail

Compile Error

/in/ex3.c: In function 'main':
/in/ex3.c:10:11: error: too many arguments for format [-Werror=format-extra-args]
     scanf("&d", &n);
           ^~~~
/in/ex3.c:24:20: error: too many arguments for format [-Werror=format-extra-args]
             printf("&8d", matrix[i][j]);
                    ^~~~~
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Lab 6 Exercises
Language
C
Submit At
2022-06-24 23:06:14
Judged At
2022-06-24 23:06:14
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes