Problem 3nplus1
User vadar2525
Submission Time 2025-03-03 16:56:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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