| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 82328 | sh25_shenpy | 马戏团 | C++ | 通过 | 0 MS | 248 KB | 182 | 2026-01-11 17:32:03 |
#include <bits/stdc++.h> using namespace std; int main(){ int n,m; cin>>n>>m; cout<<"xiang:"; cout<<(m-2*n)/2; cout<<" niao:"<<(4*n-m)/2; return 0; }