fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. printf("%i\n", 105 % (3 * 4) - (3 * 4) % (101 / 10));
  5. return 0;
  6. }
Success #stdin #stdout 0s 2112KB
stdin
Standard input is empty
stdout
7