fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4.  
  5. int a;
  6. scanf("%d",&a);
  7.  
  8. if(a==0){
  9.  
  10. printf("0です");
  11. }
  12.  
  13.  
  14. return 0;
  15. }
  16.  
Success #stdin #stdout 0.01s 5284KB
stdin
12
stdout
Standard output is empty