Problem lis
User kruytz
Submission Time 2024-05-26 02:20:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis.cpp: In function ‘int main()’:
lis.cpp:20:25: error: ‘N’ was not declared in this scope
20 | for (int i = 0; i < N; ++i) {
| ^
lis.cpp:28:23: error: expected ‘;’ before ‘}’ token
28 | cout << lis.size()
| ^
| ;
29 | }
| ~