Problem raptorinc
User NikhilSiddharth67
Submission Time 2026-04-29 16:06:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

raptorinc.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
raptorinc.cpp: In function ‘int main()’:
raptorinc.cpp:6:11: error: ‘cin’ was not declared in this scope
6 | int n, x; cin >> n >> x;
| ^~~
raptorinc.cpp:14:1: error: ‘cout’ was not declared in this scope
14 | cout << "Yes";
| ^~~~
raptorinc.cpp:17:1: error: ‘cout’ was not declared in this scope
17 | cout << "No";
| ^~~~