Problem sixandseven
User rjdaddy69
Submission Time 2026-06-26 15:51:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:7:2: error: ‘cin’ was not declared in this scope
7 | cin >> N;
| ^~~
sixandseven.cpp:9:9: error: ‘cout’ was not declared in this scope
9 | cout << "YES";
| ^~~~
sixandseven.cpp:11:9: error: ‘cout’ was not declared in this scope
11 | cout << "NO";
| ^~~~