Problem helloworld
User JcYong
Submission Time 2024-06-18 10:04:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:2: error: invalid preprocessing directive #incldude; did you mean #include?
1 | #incldude <bits/stdc++.h>
| ^~~~~~~~
| include
helloworld.cpp:2:20: error: expected ‘;’ before ‘:’ token
2 | using namespace std:
| ^
| ;
helloworld.cpp:2:20: error: expected unqualified-id before ‘:’ token