fork download
  1. public class Main{
  2.  
  3. public static void main (String[] args){
  4. short a = 52, b = 52;
  5. if (a > b){
  6. System.out.print("huy");}
  7. if (a < b){
  8. System.out.print("pizda");}
  9. if (a == b){
  10. System.out.println("checnya");}
  11. }
  12. }
Success #stdin #stdout 0.1s 54792KB
stdin
Standard input is empty
stdout
checnya