#32834: ans


yp11151049@yphs.tp.edu.tw (801-24)

學校 : 臺北市私立延平高級中學
編號 : 197224
來源 : [203.72.178.1]
最後登入時間 :
2024-01-16 09:26:24
d039. 11044 - Searching for Nessy -- UVa11044 | From: [203.72.178.1] | 發表日期 : 2022-11-10 17:11

#include<bits/stdc++.h>
using namespace std;
int main(){
    int t,n,m;
    while(cin>>t){
        for(int i=1;i<=t;i++){
            while(cin>>n>>m){
                cout<<(n/3)*(m/3)<<endl;
            }
        }
    }
}

 
ZeroJudge Forum