Run ID:123017
提交时间:2025-06-22 14:06:22
#include <iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<(23*10+b)*(23*10+b); }