标准题解(¥-¥)
2024-03-17 20:24:31
发布于:山东
185阅读
0回复
0点赞
#include<iostream>
using namespace std;
int main()
{
int x,y;
cin>>x>>y;
int a,b;
b=y/2-x;
a=x-b;
cout<<a<<endl<<b;
return 0;
}
全部评论 3
六百六十六,6行代码就解决了我21的问题
2025-08-05 来自 广东
0阿巴阿巴
2025-09-07 来自 山东
0
哥们直接纯数学推导啊,阔以阔以
2025-07-03 来自 新疆
0阿巴阿巴
2025-09-07 来自 山东
0
Good
2024-03-17 来自 山东
0






有帮助,赞一个