Problem lis_easy
User yhmixeI
Submission Time 2024-12-21 15:24:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:13:15: error: expected ‘]’ before ‘}’ token
13 | if(a[i]<a[i-1}{
| ^
| ]
lis_easy.cpp:13:15: error: expected ‘)’ before ‘}’ token
13 | if(a[i]<a[i-1}{
| ~ ^
| )
lis_easy.cpp:13:15: error: expected primary-expression before ‘}’ token
lis_easy.cpp: At global scope:
lis_easy.cpp:18:6: error: expected unqualified-id before ‘if’
18 | if(t<s){t=s;}
| ^~
lis_easy.cpp:19:1: error: ‘cout’ does not name a type
19 | cout<<t;
| ^~~~
lis_easy.cpp:20:6: error: expected declaration before ‘}’ token
20 | }
| ^