生椰拿铁 • 1小时前
int main() { long long a, b,c; scanf("%lld %lld", &a, &b); c=a*b; printf("%.0lld", c); return 0; }
评论:
请先登录,才能进行评论