1 条题解

  • 0
    @ 2024-7-25 9:31:38

    #include<bits/stdc++.h> using namespace std; const int N=1e3+10; const int INF=0x3f3f3f3f; int a,b; char c; int main() { cin>>a>>c>>b; switch(c) { case '+': cout<<a+b; break; case '-': cout<<a-b; break; case '': cout<<ab; } return 0; }

    • 1

    信息

    ID
    1131
    时间
    1000ms
    内存
    128MiB
    难度
    9
    标签
    递交数
    12
    已通过
    3
    上传者