摘要:
#include<iostream> using namespace std; int main(){ int a,b,c,i; for(a=1;a<=5;a++){ for(b=1;b<=5;b++){ for(c=1;c<=5&&a!=b;c++){ if(c!=a&&c!=b){ cout<< 阅读全文
posted @ 2023-04-17 21:41
三月九
阅读(17)
评论(0)
推荐(0)
浙公网安备 33010602011771号