11 条题解

  • 1
    @ 2023-9-21 16:25:28

    #include<stdio.h> int main() { int a,b,c; scanf("%d%d",&a,&b); if(a+b>10) { c=a*b; } else c=a-b; printf("%d",c); return 0; }

    信息

    ID
    11
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    递交数
    5219
    已通过
    2812
    上传者