1 条题解

  • 1
    @ 2023-9-25 21:32:09
    #include<stdio.h>
    int main()
    {
        long long int a,b;
        scanf("%lld%lld",&a,&b);
        printf("%lld",a*b);
        return 0;
    }
    
    
    • 1

    信息

    ID
    230
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    (无)
    递交数
    955
    已通过
    192
    上传者