摘要: 源码: #include<iostream>using namespace std;int main(){ int a,b,c,count=0; for(a=1;a<=5;a++){for(b=1;b<=5;b++) { for(c=1;c<=5;c++) { if(a!=b&&a!=c&&b!=c 阅读全文
posted @ 2023-04-15 11:48 jmhyyds 阅读(22) 评论(0) 推荐(0)