Problem helloworld
User eliasxyz
Submission Time 2025-05-22 17:37:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:12: error: ‘sync_with_studio’ is not a member of ‘std::ios_base’
6 | ios_base::sync_with_studio(false);//makes input faster
| ^~~~~~~~~~~~~~~~
helloworld.cpp:10:21: error: expected ‘;’ before ‘return’
10 | cout<<"Hello world"
| ^
| ;
11 |
12 | return 0;//terminates program
| ~~~~~~