











Problem 23
Access Denied!
To view this page you have to login first
Login here -
Trivia
Did you know 1 million people use PrepInsta everyday?
To view this page you have to login first
Login here -
Did you know 1 million people use PrepInsta everyday?
#include
using namespace std;
int main()
{
int final=0,i,j,n;
cin>>n;
for(i=1;i<=8;i++)
{
final=final+n;
}
cout<<final;
}
one liner
print(int(input())<<3)