Problem helloworld
User Indy39910
Submission Time 2025-02-19 22:11:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:23: error: missing terminating > character
1 | #include<bits/stdc++.h
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:8: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
6 | cout<< Hello World;
| ^~~~~
| ftello