Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
91514 sh25_zhoumy 气球 C++ 通过 0 MS 244 KB 224 2026-06-13 07:03:03

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; }


测评信息: