fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int a,b,c,d,k1,k2,k3,k4,g1,g2,g3,g4,x;
  5. a=3;
  6. b=25;
  7. c=6;
  8. d=68;
  9. x=a%2;
  10. printf("%d",x);
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 5320KB
stdin
3 25 6 68
stdout
1