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

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:16: error: a function-definition is not allowed here before ‘{’ token
6 | int main() {
| ^
helloworld.cpp:9:5: error: expected ‘}’ at end of input
9 | }
| ^
helloworld.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^