Problem | lis |
---|---|
User | ilovepythonandhatecplusplus |
Submission Time | 2025-08-26 23:28:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:22:5: error: ‘unisigned’ was not declared in this scope; did you mean ‘unsigned’?
22 | unisigned long long m = 1;
| ^~~~~~~~~
| unsigned
lis.cpp:32:17: error: ‘m’ was not declared in this scope
32 | m = max(m, l[i]);
| ^
lis.cpp:40:13: error: ‘m’ was not declared in this scope
40 | cout << m << endl;
| ^