Saleh127

CF 765A

Nov 2nd, 2020 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. #define ll long long
  4. #define test int t; cin>>t; for(int cs=1;cs<=t;cs++)
  5. int main()
  6. {
  7. ios_base::sync_with_stdio(0);
  8. cin.tie(0);cout.tie(0);
  9.  
  10. ll a,c,i,j,l;
  11. string x;
  12. cin>>a;
  13. for(i=0;i<=a;i++)
  14. {
  15. cin>>x;
  16. }
  17. if(a%2==0) cout<<"home"<<endl;
  18. else cout<<"contest"<<endl;
  19.  
  20. return 0;
  21. }
  22.  
Add Comment
Please, Sign In to add comment