Borderou de evaluare (job #734903)

Utilizator avatar rarestohanean Rares Tohanean rarestohanean IP ascuns
Problemă Run (clasa a 8-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 1 oct. 2023 18:08:27 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void eliminate()': main.cpp:101:31: warning: unused variable 'i' [-Wunused-variable] 101 | int a, b, x, y, z, w; int i; | ^ main.cpp: In function 'int main()': main.cpp:156:9: error: 'sscanf_s' was not declared in this scope; did you mean 'sscanf'? 156 | sscanf_s(useless.c_str(), "%d.%d", &r[i].s1, &r[i].s2); | ^~~~~~~~ | sscanf main.cpp:147:21: warning: unused variable 'j' [-Wunused-variable] 147 | int i, x, y, z, j; | ^