4 条题解

  • 0
    @ 2023-5-19 9:44:00
    #include<iostream>
    using namespace std;
    int main(){
    	int x,y;
    	cin>>x>>y;
    	cout<<x-(y/2-x)<<endl;
    	cout<<y/2-x;
    	return 0;
    }
    
    • @ 2023-5-19 9:45:05

      是对的😄 放心用

信息

ID
16
时间
1000ms
内存
256MiB
难度
4
标签
递交数
511
已通过
240
上传者