Problem helloworld
User whitetiger
Submission Time 2026-06-22 15:59:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:15: error: expected ‘}’ at end of input
6 | cout << a + b;
| ^
helloworld.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^