摘要: #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++){ for(c=1;c<=5;c++){ if(a!=b&&b!=c&&c!=a) i++; c 阅读全文
posted @ 2023-04-19 21:37 几条小鱼 阅读(21) 评论(0) 推荐(0)