16 条题解

  • 0
    @ 2024-4-25 17:22:28

    #include #include <math.h> #include #include <stdio.h> #include #include #include #include <string.h> #include using namespace std; #define LL long long const int N = 1e5 + 10; const int INF = 0x3f3f3f3f; int main() { int a,b; cin >>a >>b; if(a + b > 10) { cout <<a * b; } else { cout <<a - b; } }

    信息

    ID
    885
    时间
    1000ms
    内存
    128MiB
    难度
    2
    标签
    递交数
    587
    已通过
    374
    上传者