#include <bits/stdc++.h> using namespace std; int n; int main () { cin>>n; cout<<"顶了 "<<pow(n,n)<<" 次肺"<<endl; return 0; }
题目传送门