| Problem | lis_easy |
|---|---|
| User | AndyChen |
| Submission Time | 2026-03-27 14:44:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:16:3: error: expected ‘,’ or ‘;’ before ‘for’
16 | for (int j=i; j < n; j++){
| ^~~
lis_easy.cpp:16:17: error: ‘j’ was not declared in this scope
16 | for (int j=i; j < n; j++){
| ^