Problem sixandseven
User QRcoder
Submission Time 2026-06-26 14:58:50
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:4: error: ‘cin’ was not declared in this scope
7 | cin >> N;
| ^~~
sixandseven.cpp:8:4: error: ‘string’ was not declared in this scope
8 | string a = "67";
| ^~~~~~
sixandseven.cpp:11:13: error: ‘a’ was not declared in this scope
11 | if (N == a) cout << "YES" << "/n";
| ^
sixandseven.cpp:11:16: error: ‘cout’ was not declared in this scope
11 | if (N == a) cout << "YES" << "/n";
| ^~~~
sixandseven.cpp:12:22: error: ‘cout’ was not declared in this scope
12 | else if (N != 67) cout << "NO" << "/n";
| ^~~~