全部评论 1

  • #include<bits/stdc++.h>
    using namespace std;
    typedef long long apple;
    apple x,y,tu=0;
    int main(){
        cin>>x>>y;
        tu=((y-x*2)/2);
        cout<<x-tu<<endl<<tu;
        return 0;
    }
    

    4天前 来自 浙江

    0
暂无数据

提交答案之后,这里将显示提交结果~

首页