Run ID:145762

提交时间:2026-01-25 18:56:20

int a, b; cin >> a >> b ; if (a > b) { cout << "max=" << a; } else { cout << "max=" << b; }