Problem helloworld
User eliasxyz
Submission Time 2025-05-22 20:35:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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