提交时间:2026-01-04 14:39:47

运行 ID: 79736

#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a; b=a; b++; b--; cout<<b-7; }