Problem | lis_easy |
---|---|
User | jasmine |
Submission Time | 2023-11-10 10:42:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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(){
| ^