Nicole • 1个月前
#include <stdio.h> int main() { long long a, b,c; scanf("%lld %lld", &a, &b); c=a*b; printf("%.0lld", c); return 0; }
评论:
请先登录,才能进行评论