摘要: 源码: #include <iostream>using namespace std;int main(){ int m,g,x;//m:母鸡,g:公鸡,x:小鸡; for(m=0;m<=33;m++) { for(g=0;g<=20;g++) { for(x=0;x<100;x++) { if(x 阅读全文
posted @ 2023-04-14 20:12 jmhyyds 阅读(65) 评论(0) 推荐(0)