Run ID:87525
提交时间:2024-08-10 15:36:07
#include<iostream> using namespace std; int main() { long long a,b; cin>>a>>b; cout<<(a*10+b)^2; return 0; }