uva-11044-水题
Posted 菜菜
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uva-11044-水题相关的知识,希望对你有一定的参考价值。
#include <iostream> #include<memory.h> #include<stdio.h> 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 0; }
以上是关于uva-11044-水题的主要内容,如果未能解决你的问题,请参考以下文章
BZOJ初级水题列表——献给那些想要进军BZOJ的OIers(自用,怕荒废了最后的六月考试月,刷刷水题,水水更健康)