Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
94005 汤弘毅 02数字拼接 C Accepted 0 MS 196 KB 288 2024-10-19 17:04:55

Tests(10/10):


Code:

# 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)); // }