| Problem | sixandseven |
|---|---|
| User | Ronaldo7 |
| Submission Time | 2026-06-26 13:13:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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>>X;
| ^~~
sixandseven.cpp:8:12: error: ‘cout’ was not declared in this scope
8 | if(X <= 9)cout<<"NO";
| ^~~~
sixandseven.cpp:9:17: error: ‘cout’ was not declared in this scope
9 | else if(X = 67)cout<<"YES";
| ^~~~
sixandseven.cpp:10:18: error: ‘cout’ was not declared in this scope
10 | else if(X = 676)cout<<"YES";
| ^~~~
sixandseven.cpp:11:22: error: ‘cout’ was not declared in this scope
11 | else if(X = 6767)cout<<"YES";
| ^~~~
sixandseven.cpp:12:23: error: ‘cout’ was not declared in this scope
12 | else if(X = 67676)cout<<"YES";