Run ID:105312

提交时间:2025-01-13 10:41:18

#include<iostream> using namespace std; int main(){ long long a,b,c; cin>>a>>b; cout<<c*c; return 0; }