Problem | lis_easy |
---|---|
User | HelloMhing |
Submission Time | 2023-07-14 20:38:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:5:2: error: ‘N’ was not declared in this scope
5 | N = int(input())
| ^
lis_easy.cpp:5:10: error: ‘input’ was not declared in this scope; did you mean ‘int’?
5 | N = int(input())
| ^~~~~
| int