Run ID:142993

提交时间:2026-01-11 17:39:26

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