Problem | catlunch |
---|---|
User | FreedomhawksBANANAA |
Submission Time | 2023-03-26 21:56:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:12:12: error: a function-definition is not allowed here before ‘{’ token
12 | int main() {
| ^
catlunch.cpp:38:1: error: expected ‘}’ at end of input
38 | }
| ^
catlunch.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^