Problem duckhunt35
User LL
Submission Time 2025-12-17 11:09:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt35.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
duckhunt35.cpp: In function ‘int main()’:
duckhunt35.cpp:5:3: error: ‘cin’ was not declared in this scope
5 | cin >> n;
| ^~~
duckhunt35.cpp:6:3: error: ‘cout’ was not declared in this scope
6 | cout << 2*n -1;
| ^~~~