Problem lis_easy
User jasmine
Submission Time 2023-11-10 10:42:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:8:11: error: a function-definition is not allowed here before ‘{’ token
8 | int main(){
| ^
lis_easy.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
lis_easy.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^