Advertisement
Saleh127

Untitled

May 3rd, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. #define ll long long
  4. int main()
  5. {
  6.  
  7. string a;
  8. cin>>a;
  9. if(a[1]=='B') printf("ARC\n");
  10. else printf("ABC\n");
  11. return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement