#include using namespace std; #define int long long #define debug(x) cout<<#x<<" "<>t; while(t--){ int x,y; scanf("%lld%lld",&x,&y); printf("%lld\n",f[x][y]); } return 0; } //Created Time :2020/7/19 14:12:10