Problem | 3nplus1 |
---|---|
User | LOL7651 |
Submission Time | 2024-04-05 14:04:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:13:1: error: ‘vector_narray’ was not declared in this scope
13 | vector_narray.insert (arrayno, n);
| ^~~~~~~~~~~~~
3nplus1.cpp:15:6: error: ‘i’ was not declared in this scope
15 | for (i==1, n>i, i+0){
| ^
3nplus1.cpp:26:15: error: expected ‘;’ before ‘return’
26 | cout << narray
| ^
| ;
27 | return 0;
| ~~~~~~
3nplus1.cpp:27:1: error: expected primary-expression before ‘return’
27 | return 0;
| ^~~~~~
3nplus1.cpp:26:15: error: expected ‘)’ before ‘return’
26 | cout << narray
| ^
| )
27 | return 0;
| ~~~~~~
3nplus1.cpp:15:5: note: to match this ‘(’
15 | for (i==1, n>i, i+0){
| ^