Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
88995 sh25_shengmy 气球 C++ 通过 0 MS 252 KB 222 2026-05-22 14:40:21

Tests(1/1):


#include <bits/stdc++.h> using namespace std; int main(){ int n,m,k; cin>>n>>m>>k; cout<<"red:"; cout<<(n+m+k)/2-m; cout<<" blue:"<<(n+m+k)/2-k; cout<<" yellow:"<<(n+m+k)/2-n; return 0; }


测评信息: