| Problem | competition |
|---|---|
| User | Nayaa2403 |
| Submission Time | 2026-07-01 22:11:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:11:15: error: expected ‘;’ before ‘<’ token
11 | for (int i=0,i<N, i++) avec.push_back();
| ^
| ;
competition.cpp:11:15: error: expected primary-expression before ‘<’ token
competition.cpp:11:22: error: expected ‘;’ before ‘)’ token
11 | for (int i=0,i<N, i++) avec.push_back();
| ^
| ;
competition.cpp:11:39: error: no matching function for call to ‘std::vector<int>::push_back()’
11 | for (int i=0,i<N, i++) avec.push_back();
| ^
In file included from /usr/include/c++/9/vector:67,
from /usr/include/c++/9/functional:62,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++