Problem | helloworld |
---|---|
User | aaaaaaaa |
Submission Time | 2023-11-08 10:19:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:20: error: expected ‘;’ before ‘,’ token
1 | using namespace std,
| ^
| ;
helloworld.cpp:1:20: error: expected unqualified-id before ‘,’ token
helloworld.cpp:2:1: error: expected unqualified-id before ‘int’
2 | int main(){
| ^~~