摘要: 3.代码示例 #include<iostream> using namespace std; int main(){ int a,b,c,i=0; for(a=1;a<=5;a++){ for(b=1;b<=5;b++){ if(a!=b){ for(c=1;c<=5;c++){ if(c!=a&& 阅读全文
posted @ 2023-04-13 17:30 奶油冰激凌 阅读(35) 评论(0) 推荐(0)