#include<bits/stdc++.h> using namespace std; int main(){ int sum; sum=1*2*3*4*5; cout<<sum; return 0; }