Borderou de evaluare (job #817371)

Utilizator avatar MihaiDraghici MIHAI DRAGHICI MihaiDraghici IP ascuns
Problemă Agent 007 (clasa a 6-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 1 apr. 2025 17:04:45 Scor 0

Raport evaluator

Eroare de compilare: main.c:5:5: error: size of array 'mat' exceeds maximum object size '2147483647' 5 | int mat[100000][100000]; | ^~~ main.c: In function 'main': main.c:12:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 12 | fscanf(fin, "%d", &n); | ^~~~~~~~~~~~~~~~~~~~~