fork(1) download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main(void) {
  5.  
  6. int top, score;
  7.  
  8. top = score = -(2+5)*6+(4+3*(2+3));
  9.  
  10. printf("top=%d\n", top);
  11.  
  12. system("pause");
  13. return 0;
  14. }
  15.  
Success #stdin #stdout #stderr 0.01s 5288KB
stdin
Standard input is empty
stdout
top=-23
stderr
sh: 1: pause: not found