Borderou de evaluare (job #800033)

Utilizator avatar MihaiDraghici MIHAI DRAGHICI MihaiDraghici IP ascuns
Problemă Cursa Formula 1 3 (clasa a 6-a) Compilator c-32
Rundă Tema 20 Clasa a 6-a Status evaluat
Dată 15 dec. 2024 19:27:46 Scor 0

Raport evaluator

Eroare de compilare: main.c:9:6: error: size of array 'traseu' exceeds maximum object size '2147483647' 9 | char traseu[4000000][4000000]; | ^~~~~~ main.c: In function 'main': main.c:16:13: warning: unused variable 'k' [-Wunused-variable] 16 | char d, k; | ^ main.c:20:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 20 | fscanf(fin, "%d%d", &ls, &cs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:131:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 131 | fscanf(fin, "%d", &t); | ^~~~~~~~~~~~~~~~~~~~~ main.c:142:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 142 | fscanf(fin, "%d", &timpi[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~