main.cpp: In function ‘int main()’: main.cpp:34:14: error: expected ‘}’ at end of input 34 | return 0; | ^ main.cpp:16:12: note: to match this ‘{’ 16 | int main() { | ^