fork(12) download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int a;
  5. a = 0; // insert your expression instead of '0'
  6. printf("%d", a);
  7. return 0;
  8. }
Success #stdin #stdout 0s 2248KB
stdin
Standard input is empty
stdout
4