fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. // printf((float)(1/2));
  7. // if (2 &5)
  8. // cout<<"tmp";
  9. int8_t a=200;
  10. uint8_t b=100;
  11. if (a>b)
  12. cout<<"t";
  13. return 0;
  14. }
Success #stdin #stdout 0s 4296KB
stdin
Standard input is empty
stdout
Standard output is empty