11 条题解

  • 0
    @ 2024-9-13 12:19:08

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

    信息

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