Borderou de evaluare (job #749601)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Oraș (clasa a 8-a) | Compilator | c-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 5 dec. 2023 08:17:57 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c:10:1: error: unknown type name 'intzo'; did you mean 'int'?
10 | intzo NESV(int c, int l, int n, int m){
| ^~~~~
| int
main.c: In function 'NESV':
main.c:42:3: warning: 'return' with no value, in function returning non-void [-Wreturn-type]
42 | return;
| ^~~~~~
main.c:10:7: note: declared here
10 | intzo NESV(int c, int l, int n, int m){
| ^~~~
main.c: In function 'main':
main.c:52:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
52 | fscanf(fin, "%d%d", &n , &m);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~