菜菜

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年8月10日

摘要: #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)