Problem helloworld
User YongXin
Submission Time 2023-06-01 18:00:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:3:26: error: expected constructor, destructor, or type conversion before ‘(’ token
3 | ios_base::sync_with_stdio(false);
| ^
helloworld.cpp:4:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
4 | cin.tie(NULL);
| ^~~
| sin
helloworld.cpp:5:1: error: ‘cout’ does not name a type
5 | cout.tie(NULL);
| ^~~~
helloworld.cpp:6:1: error: ‘cout’ does not name a type
6 | cout << 'hello world'
| ^~~~