题解林俊翰2026-08-28 12:12:55发布于:浙江2阅读0回复0点赞题解: #include <bits/stdc++.h> using namespace std; int main(){ int n,m; cin >> n >> m; int x = (m - n * 2) / 2; int y = n - x; cout << y << endl << x; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个