Borderou de evaluare (job #690469)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Dreptunghiuri | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 26 ian. 2023 17:48:41 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:13:1: error: expected ',' or ';' before 'vector'
13 | vector<pair<int,int>> dreptunghiuri;
| ^~~~~~
main.cpp: In function 'int main()':
main.cpp:45:5: error: 'dreptunghiuri' was not declared in this scope
45 | dreptunghiuri.resize(n);
| ^~~~~~~~~~~~~