| Problem | lis_easy |
|---|---|
| User | Henries |
| Submission Time | 2024-09-30 12:50:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:14:7: error: ‘vec’ was not declared in this scope
14 | if (vec[i]) > vec[i-1]){
| ^~~
lis_easy.cpp:14:15: error: expected primary-expression before ‘>’ token
14 | if (vec[i]) > vec[i-1]){
| ^