Problem | helloworld |
---|---|
User | samantha32072 |
Submission Time | 2023-02-10 21:45:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:3:7: error: ISO C++ forbids declaration of ‘main’ with no type [-fpermissive]
3 | main(){
| ^
helloworld.cpp:6:1: error: expected unqualified-id before ‘]’ token
6 | ]
| ^
helloworld.cpp:6:1: error: expected ‘}’ at end of input
helloworld.cpp:2:14: note: to match this ‘{’
2 | namespace std{
| ^