0_0_39705248_3280.cpp: In function 'int main()':
0_0_39705248_3280.cpp:23:40: error: 'emdl' was not declared in this scope
23 | cout << '+' << endl << emdl;;
| ^~~~
0_0_39705248_3280.cpp:27:26: error: expected '}' at end of input
27 | return 0;
| ^
0_0_39705248_3280.cpp:3:12: note: to match this '{'
3 | int main() {
| ^
|