| Problem | 3nplus1 |
|---|---|
| User | sid |
| Submission Time | 2023-05-11 11:53:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp:2:1: error: ‘include’ does not name a type
2 | include namespace std;
| ^~~~~~~
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:6:15: error: expected ‘;’ before ‘if’
6 | std::cin >> n
| ^
| ;
7 | if (n % 2 == 1){
| ~~