Problem | shamelessad5_ex |
---|---|
User | ansel |
Submission Time | 2024-12-23 10:46:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shamelessad5_ex.cpp:5:1: error: expected ‘,’ or ‘;’ before ‘ll’
5 | ll A[MAX];
| ^~
shamelessad5_ex.cpp: In function ‘ll lis(ll)’:
shamelessad5_ex.cpp:13:13: error: ‘A’ was not declared in this scope
13 | if (A[i]<A[N]&&(A[i]%2!=A[N]%2)){
| ^
shamelessad5_ex.cpp: In function ‘int main()’:
shamelessad5_ex.cpp:24:8: error: ‘A’ was not declared in this scope
24 | cin>>A[i];
| ^