fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main()
  4. {
  5. int a,b,c,d;
  6. a=2;
  7. b=3*a-1;
  8. c=b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b+b;
  9. d=c+c+c+c+c+c+c+c+c+c+c+c+c+c+c+c+c+c+c+c+c+c+c-1946;
  10. printf("%d",d);
  11. system ("PAUSE");
  12. return 0;
  13. }
Success #stdin #stdout #stderr 0s 3468KB
stdin
Standard input is empty
stdout
699
stderr
sh: 1: PAUSE: not found