Borderou de evaluare (job #847591)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Baloane (clasele 11-12) | Compilator | cpp |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 4 ian. 2026 14:46:04 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:13:5: error: 'ofsteream' was not declared in this scope
13 | ofsteream cout("baloane.out");
| ^~~~~~~~~
main.cpp:26:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
26 | for(int i=1;i<v.size();i++)
| ~^~~~~~~~~