uva 11044 - Searching for Nessy
摘要:
水题中的水题。。。。#includeusing namespace std;int main(){ int n,m; int t; cin>>t; while(t--){ cin>>n>>m; int temp1=n/3; int temp2=m/3; cout<<temp1*temp2<<endl; }} 阅读全文
posted @ 2014-01-10 21:33 云在心 阅读(98) 评论(0) 推荐(0)
浙公网安备 33010602011771号