Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
94001 | 胡海峰老师 | 02数字拼接 | C | Wrong Answer | 1 MS | 200 KB | 170 | 2024-10-19 17:03:36 |
#include <stdio.h> #include <math.h> int main() { int a ; int b ,c; scanf("%d%d",&a,&b); c = a*10 + b; printf("%ld",c*c); //long return 0; }
------Input------
10866 2
------Answer-----
11807430244
------Your output-----
3217495652