Problem helloworld
User LimCheeHann
Submission Time 2025-02-21 13:50:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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