#include<iostream> using namespace std; int main() { long long n,a,b; while(cin>>n>>a>>b) cout<<n*a*b*2<<endl; }
No comments:
Post a Comment