Borderou de evaluare (job #734885)

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 17:26:29 Scor 0

Raport evaluator

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