Borderou de evaluare (job #836120)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Dulciuri (clasele 11-12) | Compilator | cpp |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 14 oct. 2025 01:55:33 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:130:19: error: 'total1' was not declared in this scope; did you mean 'total'?
130 | fout<<total1<<'\n';
| ^~~~~~
| total
main.cpp:129:20: warning: unused variable 'total' [-Wunused-variable]
129 | double total=ansx+ansy;
| ^~~~~