Problem helloworld
User thatgreyCat7777
Submission Time 2025-06-16 13:45:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:6:33: error: array bound is not an integer constant before ‘;’ token
6 | std::cout << "Hello World\n";
| ^
helloworld.cpp:6:33: error: expected ‘]’ before ‘;’ token
6 | std::cout << "Hello World\n";
| ^
| ]
helloworld.cpp:7:1: error: expected unqualified-id before ‘]’ token
7 | ]
| ^