#include<iostream>
#include<cstdio>
#include<cmath>
#include<cstring>
using namespace std;
#define pf printf
#define sf scanf
typedef long long ll;
int main()
{
int n, a, b;
sf("%d%d%d", &n, &a, &b);
pf("%d\n", (a*b*n*2));
}
#include<cstdio>
#include<cmath>
#include<cstring>
using namespace std;
#define pf printf
#define sf scanf
typedef long long ll;
int main()
{
int n, a, b;
sf("%d%d%d", &n, &a, &b);
pf("%d\n", (a*b*n*2));
}
I am new programmer. I learn essential things from your blog.Thank you.
ReplyDelete