Problem helloworld
User jainnaishaa
Submission Time 2024-01-29 15:55:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: expected unqualified-id before ‘<’ token
1 | <bits/stdc++.h> std;int main(){Hello World;return 0;}
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:1:32: error: ‘Hello’ was not declared in this scope
1 | <bits/stdc++.h> std;int main(){Hello World;return 0;}
| ^~~~~