fork download
  1.  
  2. int main(){
  3. if(1 ){
  4.  
  5. printf("SWARM ");
  6.  
  7. }
  8.  
  9. else{
  10.  
  11. printf("ROBOTICS");
  12.  
  13. }
  14.  
  15. return 0;
  16.  
  17. }
Success #stdin #stdout 0s 5512KB
stdin
 
stdout
SWARM