随笔分类 -  c++

摘要:#include <iostream> using namespace std; int main(){ int n; cin>>n; int b=1,i=0,j=n-1,a[n][n]; for(int i=0;i<n;i++){ for(int j=0;j<n;j++){ a[i][j]=0; 阅读全文
posted @ 2024-02-19 15:25 昵称就是最好的昵称 阅读(50) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-01-31 11:36 昵称就是最好的昵称 阅读(0) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <queue> using namespace std; int main(){ queue<int> a; queue<int> b; int m,w,c,e; cin>>m>>w>>c; for(int i=1;i<m;i++){ a.p 阅读全文
posted @ 2024-01-31 11:16 昵称就是最好的昵称 阅读(6) 评论(0) 推荐(0) 编辑

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