Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
438043 方相宜 26年2月-A组(萌新)A. 跑步 C++ 通过 100 1 MS 244 KB 241 2026-04-25 21:23:14

Tests(9/9):


#include <iostream> using namespace std; int main() { long long X,Y; cin>>X>>Y; long long sum=X+Y; if(sum%2==0){ cout<<sum/2<<endl; }else{ cout<<"IMPOSSIBLE"<<endl; } return 0; }


测评信息: