Problem 1503
User vadar2525
Submission Time 2026-07-16 10:52:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1503.cpp: In function ‘int main()’:
1503.cpp:9:23: error: expected ‘}’ at end of input
9 | cout << "hello world";
| ^
1503.cpp:6:15: note: to match this ‘{’
6 | signed main() {
| ^