| Problem | lis |
|---|---|
| User | Xiaoyang |
| Submission Time | 2024-12-08 23:28:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:48:9: error: ‘lc’ was not declared in this scope; did you mean ‘ll’?
48 | memset(lc,-1,sizeof lc);
| ^~
| ll
lis.cpp:49:9: error: ‘rc’ was not declared in this scope; did you mean ‘rt’?
49 | memset(rc,-1,sizeof rc);
| ^~
| rt