哪错了@root

lhy276 2025-08-03 11:27:30 4

#include <bits/stdc++.h>

using namespace std;

int main() { cout<<" 公鸡 母鸡 小鸡 "<<endl; cout<<" 5 32 63 "<<endl; cout<<" 10 24 66 "<<endl; cout<<" 15 16 69 "<<endl; cout<<" 20 8 72 "; }

{{ vote && vote.total.up }}