fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. short c;
  6. cin >> c;
  7. cout << c-1 << endl;
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5380KB
stdin
7
stdout
6