摘要: 1.选取一个A,遍历A; 2.选取一个B,B!=A; 3.选取一个C,C!=B!=A; 4.输出A,B,C #include<iostream> using namespace std; int main(){ for(int i=1;i<=5;i++){ for(int j=1;j<=5;j++) 阅读全文
posted @ 2023-04-11 21:19 The-rich 阅读(21) 评论(0) 推荐(0)