04 2024 档案

摘要:1 /* 2 //单人游戏 3 #include <iostream> 4 #include <windows.h> 5 #include <conio.h> 6 using namespace std; 7 int main(int argc, char** argv) { 8 HANDLE ha 阅读全文
posted @ 2024-04-13 15:55 -刘-j-x- 阅读(27) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 using namespace std; 3 int main(){ 4 int a[10]={3,6,1,5,4,8,7,10,9,2}; 5 for(int j=0;j<9;j++){ 6 for(int i=j+1;i<10;i++){ 7 if 阅读全文
posted @ 2024-04-05 08:54 -刘-j-x- 阅读(1134) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示