Problem simp
User j48495734
Submission Time 2026-04-09 22:50:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int main()’:
simp.cpp:5:54: error: a function-definition is not allowed here before ‘{’ token
5 | int ernestkwektzekai(int a1, int a2, int b1, int b2){
| ^
simp.cpp:12:12: error: a function-definition is not allowed here before ‘{’ token
12 | int main(){
| ^
simp.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
simp.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^