Ankit_132

A

Nov 17th, 2023
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.28 KB | None | 0 0
  1.  
  2. #include <bits/stdc++.h>
  3.  
  4. using namespace std;
  5. #define _test   int _TEST; cin>>_TEST; while(_TEST--)
  6.  
  7. int main()
  8. {
  9.     _test
  10.     {
  11.         int n;
  12.         cin>>n;
  13.        
  14.         if(n%3 == 0)
  15.             cout<<"Second\n";
  16.         else
  17.             cout<<"First\n";
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment