fork download
  1. #include <iostream>
  2. #include <math.h>
  3. using namespace std;
  4.  
  5. unsigned int I;
  6. int main(){
  7. cin >> I;
  8. if (I%2 == 0)
  9. cout << "^o^" << endl;
  10. else
  11. cout << "T_T" << endl;
  12. }
Success #stdin #stdout 0s 15240KB
stdin
Standard input is empty
stdout
^o^