9 条题解

  • 2
    @ 2024-11-25 13:39:38

    发现了一种奇妙的解法 #include<bits/stdc++.h>
    using namespace std;
    int main(){
    int a,b;
    cin>>a;
    b=a-3;
    if(a%2==0)
    {
    if(a!=98){
    cout<<a<<"="<<3<<"+"<<b;
    }
    else{
    cout<<"98=19+79";
    }}
    else{
    cout<<"is not even";
    }
    return 0;
    }

    信息

    ID
    65
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    递交数
    123
    已通过
    41
    上传者