Problem helloworld
User Soysauce
Submission Time 2024-10-15 15:06:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:34:51: error: expected ‘}’ at end of input
34 | std::cout << "Answer: " << answer << std::endl;
| ^
helloworld.cpp:28:12: note: to match this ‘{’
28 | int main() {
| ^