摘要: 百钱百鸡问题: #include<iostream>using namespace std; int main(){ int x,y,z; for(int x=0;x<21;x++){ for(int y=0;y<34;y++){ for(int z=0;z<101;z++){ if(x*5+y*3 阅读全文
posted @ 2023-04-12 20:05 £剑影メ随见彡 阅读(16) 评论(0) 推荐(0)