F.cpp 109 B

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