Skip to content

Instantly share code, notes, and snippets.

@Sofiullah-Iqbal-Kiron
Created February 28, 2020 14:30
Show Gist options
  • Save Sofiullah-Iqbal-Kiron/fea57ae1110473644291866ea231a112 to your computer and use it in GitHub Desktop.
Save Sofiullah-Iqbal-Kiron/fea57ae1110473644291866ea231a112 to your computer and use it in GitHub Desktop.
///Accepted.(28-Feb, 2020.)
#include<iostream>
#include<cstdlib>
#define START int main(){
#define END system("PAUSE");return 0;}
using namespace std;
START
int N, A, B;
cin >> N >> A >> B;
cout << 2*N*A*B << endl;
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment