delete pics to save space
This commit is contained in:
9
4.1896.cpp
Normal file
9
4.1896.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include<iostream>
|
||||
using namespace std;
|
||||
int a,b,c;
|
||||
int main()
|
||||
{
|
||||
cin>>a>>b>>c;
|
||||
cout<<(a*b+a*c+b*c)*2<<endl;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user