Borderou de evaluare (job #676347)

Utilizator avatar Antonio19 Antonio Grosu Antonio19 IP ascuns
Problemă Tir1 (clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 17 nov. 2022 19:18:11 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:8:5: error: expected initializer before 'float' 8 | float x,y; | ^~~~~ main.cpp:9:13: error: 'f' was not declared in this scope 9 | fin>>h>>f>>d>>g; | ^ main.cpp:10:5: error: 'x' was not declared in this scope 10 | x=(float)g/f; | ^ main.cpp:11:5: error: 'y' was not declared in this scope 11 | y=(float)h/d; | ^