Run ID:94004

提交时间:2024-10-19 17:04:23

# include <stdio.h> //# include <math.h> /* */ int main(){ // int a,b; // int t = 0,bb; // scanf("%d%d",&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)); // }