已解决 胡志恒 中级守护 #include<bits/stdc++.h> using namespace std; int main () { int a; cin>>a; cout<<a-9; return 0; }