/*#include <stdio.h>int main(){ int a, b; scanf("%d %d", &a, &b); if(b==1 || b==2) { printf("%d", ); } else if(b==3 || b==4) { printf("%d", ); } return 0;}*/