Problem helloworld
User Stefan
Submission Time 2025-02-07 18:46:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:10:13: error: expected ‘}’ at end of input
10 | return 0;
| ^
helloworld.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^