fork download
  1. #include <iostream>
  2. int main() {
  3. std::cout << 6 * 7 + 9 - 10 / 12;
  4. return 0;
  5. }
  6.  
Success #stdin #stdout 0s 5288KB
stdin
Standard input is empty
stdout
51