Borderou de evaluare (job #667392)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Paisprezece | Compilator | c-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 6 oct. 2022 20:09:38 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c:4:1: error: unknown type name 'using'
4 | using namespace std;
| ^~~~~
main.c:4:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
4 | using namespace std;
| ^~~
main.c: In function 'main':
main.c:38:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
38 | fscanf(fin, "%lld%lld", &x, &y);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~