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

Compile Error

helloworld.cpp:1:9: fatal error: bits/stdc++.h>usin: No such file or directory
1 | #include<bits/stdc++.h>using namespace std;int main(){Hello World;return 0;}
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.