Problem helloworld
User Biologyhater123
Submission Time 2025-02-06 22:21:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:28: error: expected ‘;’ at end of input
6 | cout << "Hello, World!"
| ~~~~~~~~~~~~~~~^
| ;
helloworld.cpp:6:13: error: expected ‘}’ at end of input
6 | cout << "Hello, World!"
| ^~~~~~~~~~~~~~~
helloworld.cpp:5:12: note: to match this ‘{’
5 | int main() { // Main function where program execution begins
| ^