Problem | brick |
---|---|
User | PlayVoltz |
Submission Time | 2023-03-09 15:52:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:9:25: error: expected ‘;’ before ‘for’
9 | vect.emplace_back(num)
| ^
| ;
10 | for (;n--;){
| ~~~
brick.cpp:10:13: error: expected primary-expression before ‘)’ token
10 | for (;n--;){
| ^