Problem prime
User bestatchinesechess
Submission Time 2025-02-19 22:46:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:6:7: error: ‘sync_with_studio’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
6 | ios::sync_with_studio(false);
| ^~~~~~~~~~~~~~~~
prime.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
prime.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^