Problem | lis_easy |
---|---|
User | FIips |
Submission Time | 2024-02-06 07:55:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int32_t main()’:
lis_easy.cpp:6:10: error: ‘sycn_with_stdio’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
6 | ios::sycn_with_stdio(0);
| ^~~~~~~~~~~~~~~
lis_easy.cpp:18:44: error: expected ‘;’ before ‘a’
18 | lis[i]=max(lis[i],lis[j]+1)
| ^
| ;
19 | a=lis[i];
| ~