Problem | helloworld |
---|---|
User | donkeykong |
Submission Time | 2023-04-28 21:42:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:2:20: error: expected ‘;’ before ‘(’ token
2 | using namespace std(){
| ^
| ;
helloworld.cpp:2:21: error: expected unqualified-id before ‘)’ token
2 | using namespace std(){
| ^