摘要: 1.有i,j,k三位 2.对各位枚举且i!=j!=k; 3.输出满足条件的情况 include<iostream>#include<cmath> using namespace std; int main(){ int flag=0; for(int i=1;i<=4;i++){ for(int j 阅读全文
posted @ 2023-05-17 10:38 The-rich 阅读(13) 评论(0) 推荐(0)