Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
94004 | 汤弘毅 | 02数字拼接 | C | Wrong Answer | 0 MS | 200 KB | 285 | 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)); // }
------Input------
10866 2
------Answer-----
11807430244
------Your output-----
3217495652