Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
82330 sh25_shenpy 气球 C++ 通过 0 MS 244 KB 222 2026-01-11 17:34:26

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


测评信息: