Problem helloworld
User Sarah5678
Submission Time 2025-02-15 16:11:43
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’ is not a member of ‘std::ios_base’
6 | ios_base::sync_with studio(0); cin.tie(0);
| ^~~~~~~~~
helloworld.cpp:7:23: error: expected ‘;’ before ‘return’
7 | cout << "Hello World"
| ^
| ;
8 | return 0;
| ~~~~~~