#include using namespace std; int main() { int q1 = 0; int q2 = 0; cin >> q1; for(int a1 = 0;a1 < q1;a1++) { q2 = q2 * q1; } cout << q2; }