Borderou de evaluare (job #757776)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Pinochio (clasa a 5-a) | Compilator | c-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 25 ian. 2024 09:59:08 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:5:2: error: stray '#' in program
5 | {#include <stdio.h>
| ^
main.c:5:3: error: 'include' undeclared (first use in this function)
5 | {#include <stdio.h>
| ^~~~~~~
main.c:5:3: note: each undeclared identifier is reported only once for each function it appears in
main.c:5:12: error: 'stdio' undeclared (first use in this function); did you mean 'stdin'?
5 | {#include <stdio.h>
| ^~~~~
| stdin
main.c:8:1: error: expected expression before 'int'
8 | int main()
| ^~~