Problem sheepishprogrammer
User penguin1234
Submission Time 2026-05-20 13:10:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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