int main() { int n, m; cin >> n >> m; int mt, qc; qc = (m-n*2)/2; mt = n-qc; cout << mt << " " << qc; return 0; }
关键代码; 假设全是摩托,则剩下的为汽车
使用您的 aoj 通用账户