摘要: #include using namespace std; int f[210][210]; int main() { int t; scanf("%d",&t); while(t--) { int n,m; scanf("%d%d",&n,&m); if(n%2!=0&&m%2!=0) { ... 阅读全文
posted @ 2018-08-16 10:33 nlc_x 阅读(97) 评论(0) 推荐(0)