摘要:
#include #include #include using namespace std; int main() { freopen("d:\\1.txt", "r", stdin); int t; cin >> t; int r, c; while (t--) { cin >> r >> c; cout<<(r/3)*(c/3)<<endl; } return ... 阅读全文
posted @ 2017-08-10 20:18
好吧,就是菜菜
阅读(130)
评论(0)
推荐(0)
浙公网安备 33010602011771号