Run ID:94001

提交时间: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; }