Problem | helloworld |
---|---|
User | thatoneonyxguy |
Submission Time | 2024-01-12 14:54:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int32_t main()’:
helloworld.cpp:9:37: error: expected ‘;’ before ‘cout’
9 | ios_base::sync_with_stdio(false)
| ^
| ;
10 | cout<<"Hello World";
| ~~~~
helloworld.cpp:4:13: error: expected primary-expression before ‘long’
4 | #define int long long
| ^~~~
helloworld.cpp:11:5: note: in expansion of macro ‘int’
11 | int ()
| ^~~