Problem guards_ex
User tux
Submission Time 2023-01-02 22:47:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guards_ex.cpp:1:19: error: stray ‘#’ in program
1 | your crush is a fr#include<bits/stdc++.h>
| ^
guards_ex.cpp:1:1: error: ‘your’ does not name a type
1 | your crush is a fr#include<bits/stdc++.h>
| ^~~~
guards_ex.cpp: In function ‘int main()’:
guards_ex.cpp:8:2: error: ‘ios_base’ has not been declared
8 | ios_base::sync_with_stdio(0);cin.tie(0);
| ^~~~~~~~
guards_ex.cpp:8:31: error: ‘cin’ was not declared in this scope
8 | ios_base::sync_with_stdio(0);cin.tie(0);
| ^~~
guards_ex.cpp:11:2: error: ‘cout’ was not declared in this scope
11 | cout<<a<<'\n';
| ^~~~