fork download
  1. #include <stdio.h>
  2.  
  3. int main(){
  4. int c = 5;
  5. int b = 100;
  6. printf("%d", c / b );
  7. }
Success #stdin #stdout 0s 4408KB
stdin
Standard input is empty
stdout
Standard output is empty