Run ID:148190
提交时间:2026-02-09 20:40:14
#include<iostream> using namespace std; int main(){ int N; cin>>N; cout<<N*N<<endl; return 0; }