2018年1月13日 星期六

UVA Q10071 - Back to High School Physics

#include<iostream>
#include<iomanip>
#include<cstring>
#include<cmath>
using namespace std;
int main(){
long long int a,b;
while(cin>>a>>b){
    cout<<a*b*2<<endl;
}
system("pause");
return 0;
}

沒有留言:

張貼留言