当前位置:编程学习 > C/C++ >>

UVa-Hashmat the brave warrior

#include <iostream>
using namespace std;
int main()
{
	int a,b;
	while(cin>>a>>b)
		cout<<a*b*2<<endl;
	return 0;
}

 

补充:软件开发 , C++ ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,