0_0_39221779_28399.cpp: In function 'int main()':
0_0_39221779_28399.cpp:25:9: error: 'sync_with_stdio' was not declared in this scope
25 | sync_with_stdio(false);
| ^~~~~~~~~~~~~~~
0_0_39221779_28399.cpp:27:14: error: 'std::ostream' {aka 'class std::basic_ostream<char>'} has no member named 'cout'; did you mean 'out'?
27 | cout.cout(0);
| ^~~~
| out
|