Problem raptorinc
User superG
Submission Time 2025-06-23 09:55:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

raptorinc.cpp: In function ‘int main()’:
raptorinc.cpp:3:5: error: ‘ios’ has not been declared
3 | ios::sync_with_stdio(false);
| ^~~
raptorinc.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin.tie(nullptr);
| ^~~
raptorinc.cpp:25:3: error: ‘cout’ was not declared in this scope
25 | cout << "Yes";
| ^~~~
raptorinc.cpp:30:3: error: ‘cout’ was not declared in this scope
30 | cout << "No";
| ^~~~
raptorinc.cpp:35:3: error: ‘cout’ was not declared in this scope
35 | cout << "Yes";
| ^~~~