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