#include using namespace std; ifstream f("main.in"); ofstream g("main.out"); int main() { int n,r; cin>>n>>r; if(n==4) cout<