fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int x;
  5. scanf("%d",&x);
  6. if (x%4==0)
  7. printf("uruu");
  8. else if
  9. (x%100==0)
  10. printf("no");
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 5320KB
stdin
100
stdout
uruu