01 2024 档案

摘要:1 #include <iostream> 2 #include <queue> 3 using namespace std; 4 int main(int argc, char** argv) { 5 int m,n; 6 cin>>n>>m; 7 queue<int> a; 8 for(int 阅读全文
posted @ 2024-01-31 11:24 -刘-j-x- 阅读(106) 评论(0) 推荐(0) 编辑
摘要:1 #include <bits/stdc++.h> 2 using namespace std; 3 int main(){ 4 int a,l,maxx=100001,l2=-1; 5 cin>>a; 6 map<int,int> b; 7 for(int c=0;c<a;c++){ 8 cin 阅读全文
posted @ 2024-01-29 11:54 -刘-j-x- 阅读(98) 评论(0) 推荐(0) 编辑
摘要:1 //综合 2 #include <iostream> 3 #include "liu.h" 4 using namespace std; 5 class liu{ 6 private: 7 int m=10; 8 int value; 9 int maxx=10000; 10 int list[ 阅读全文
posted @ 2024-01-28 11:19 -刘-j-x- 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-01-27 09:23 -刘-j-x- 阅读(10) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 using namespace std; 3 class Box{ 4 private: 5 double length; 6 double width; 7 public: 8 void setLength(double length); 9 voi 阅读全文
posted @ 2024-01-27 09:15 -刘-j-x- 阅读(8) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 using namespace std; 3 int main(){ 4 int n,j=0,t=1,lt=0; 5 cin>>n; 6 while(1){ 7 if((n==1 ||(n+2)%3==0 )&& lt==0){ 8 lt=t; 9 } 阅读全文
posted @ 2024-01-21 08:53 -刘-j-x- 阅读(326) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-01-05 19:43 -刘-j-x- 阅读(0) 评论(0) 推荐(0) 编辑

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