Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
440332 余逸凡 26年2月-A组(萌新)A. 跑步 C++ 通过 100 1 MS 248 KB 215 2026-05-10 16:36:56

Tests(9/9):


#include <bits/stdc++.h> using namespace std; int main() { long long x, y; cin >> x >> y; if ((x + y) % 2 == 0) cout << (x + y) / 2 << endl; else cout << "IMPOSSIBLE" << endl; return 0; }


测评信息: