08 2023 档案

摘要:#include <bits/stdc++.h> using namespace std; int ROW = 16,COL = 16; bool a = true,player1[16][16],player2[16][16],a1; int Player[16][16] = {0}; void 阅读全文
posted @ 2023-08-10 20:35 王一行(小号) 阅读(12) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int maxH = 16,maxL = 16,l = maxH/2,h = maxL/2; int main(){ srand(time(0)); int h1[3],l1[3]; for(int i = 阅读全文
posted @ 2023-08-08 20:33 王一行(小号) 阅读(39) 评论(0) 推荐(0) 编辑
摘要:/*#include <iostream> using namespace std; int a(int n){ if(n==1){ return 1; }else{ return n*a(n-1); } } int main(){ int n; cin>>n; cout<<a(n); return 阅读全文
posted @ 2023-08-03 20:33 王一行(小号) 阅读(16) 评论(0) 推荐(0) 编辑

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