Run ID:94005
提交时间:2024-10-19 17:04:55
# include <stdio.h> //# include <math.h> /* */ int main(){ // long a,b; // int t = 0,bb; // scanf("%ld%ld",&a,&b); // bb = b; // while(b!=0){ // b = b/10; // t++; // } // int c ; // c = (int) a*pow(10,t)+bb; // printf("%ld",(a*10+b)*(a*10+b)); // }