Problem helloworld
User eliasxyz
Submission Time 2025-05-22 17:37:52
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
| ^~~~~~~~~~~~~~~~