Run ID:105311
提交时间:2025-01-13 10:41:01
#include<iostream> using namespace std; int main(){ long long a,b,c; cin>>a>>b; cout<<c*c; return 0; }