#include<bits/stdc++.h> using namespace std;
int main(){ int m; cin>>m; if(m == 1||m == 2||m == 3||m == 4||m == 5){ cout<<m + 2<<endl; } if(m == 7){ cout<<2<<endl; } if(m == 6){ cout<<1<<endl; } return 0; }
使用您的 turing-code 通用账户