Problem | lis_easy |
---|---|
User | Maggie |
Submission Time | 2023-11-10 10:06:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp:5:13: error: too many decimal points in number
5 | for (j from 0...i-1){
| ^~~~~
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:5:6: error: ‘j’ was not declared in this scope; did you mean ‘jn’?
5 | for (j from 0...i-1){
| ^
| jn
lis_easy.cpp:13:1: error: expected primary-expression before ‘for’
13 | for(int i = 0; i<n; i++){
| ^~~
lis_easy.cpp:12:2: error: expected ‘;’ before ‘for’
12 | }
| ^
| ;
13 | for(int i = 0; i<n; i++){
| ~~~
lis_easy.cpp:13:1: error: expected primary-expression before ‘for’
13 | for(int i = 0; i<n; i++){
| ^~~
lis_easy.cpp:12:2: error: expected ‘)’ before ‘for’
12 | }
| ^
| )
13 | for(int i = 0; i<n; i++){
| ~~~
lis_easy.cpp:5:5: note: to match this ‘(’
5 | for (j from 0...i-1){
| ^
lis_easy.cpp:13:18: error: ‘n’ w