fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int a = 1, b, p = 10;
  6. if (a + b <= 2) {
  7. cout << "dA";
  8. }
  9. //int c = 3/5;
  10. p = p - 2;
  11. cout << p;
  12. return 0;
  13. }
Success #stdin #stdout 0.01s 5300KB
stdin
Standard input is empty
stdout
dA8