摘要: #include <iostream> int main(){ int n=4,m=13,f,t,o,sum=0; for(int f=0;f<=m;f++){ for(int t=0;t<=m;t++){ for(int o=0;o<=m;o++){ if(f+t+o==4&&f*5+t*2+o* 阅读全文
posted @ 2024-06-28 19:45 昵称就是最好的昵称 阅读(8) 评论(0) 推荐(0)