Borderou de evaluare (job #602143)

Utilizator avatar mateilb1234 Matei Balaur mateilb1234 IP ascuns
Problemă Case1 (clasa a 5-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 19 iul. 2021 15:16:29 Scor 0

Raport evaluator

Eroare de compilare: main.c:3:1: error: unknown type name 'using' 3 | using namespace std; | ^~~~~ main.c:3:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std' 3 | using namespace std; | ^~~ main.c: In function 'main': main.c:14:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 14 | fscanf(fin, "%d", &n); | ^~~~~~~~~~~~~~~~~~~~~ main.c:16:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | fscanf(fin, "%d", &v[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~