Problem guanine
User taqtru
Submission Time 2024-11-08 15:13:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.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)
| ^~~~~~~~~~~~~~~~
guanine.cpp:8:12: error: ‘N’ was not declared in this scope
8 | cin >> N;
| ^