Borderou de evaluare (job #805791)

Utilizator avatar radubirceanu Birceanu Radu radubirceanu IP ascuns
Problemă Ecuatii Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 24 ian. 2025 09:55:13 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:14:16: error: 'a' was not declared in this scope 14 | cin >> a >> b >> c >> d >> e >> f; | ^ main.cpp:14:21: error: 'b' was not declared in this scope 14 | cin >> a >> b >> c >> d >> e >> f; | ^ main.cpp:14:26: error: 'c' was not declared in this scope 14 | cin >> a >> b >> c >> d >> e >> f; | ^ main.cpp:14:31: error: 'd' was not declared in this scope 14 | cin >> a >> b >> c >> d >> e >> f; | ^ main.cpp:14:36: error: 'e' was not declared in this scope 14 | cin >> a >> b >> c >> d >> e >> f; | ^ main.cpp:14:41: error: 'f' was not declared in this scope 14 | cin >> a >> b >> c >> d >> e >> f; | ^