Problem | nostatement |
---|---|
User | Tyx2019 |
Submission Time | 2023-01-02 21:11:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nostatement.cpp: In function ‘int main()’:
nostatement.cpp:42:26: error: expected ‘;’ before ‘if’
42 | if(n>=3) V.push_back(3)
| ^
| ;
43 |
44 | if (V.size()<m)printf("%lld\n",0-1);
| ~~