fork download
  1. #include <stdio.h>
  2. #include <string.h>
  3. int main(){
  4. int a = 10, b = 9, c = 4;
  5.  
  6. if (a > b > c){
  7. printf("ww");
  8. }
  9. else{
  10. printf("ss");
  11. }
  12.  
  13. }
  14.  
  15.  
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
ss