Run ID:157666

提交时间:2026-08-14 20:31:02

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main() { int j,x,g; g=j+x; cin>>j>>x; cout<<g*g; return 0; }