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