摘要:
Children's Game 代码 #include<iostream> #include<algorithm> #include<stdio.h> using namespace std; string ao[51]; bool com(string a,string b) { return a 阅读全文
posted @ 2022-02-13 21:40
Lewis_1231
阅读(31)
评论(0)
推荐(0)
摘要:
Smallest Sub-Array 代码 #include<iostream> #include<string.h> using namespace std; const int MAXN = 1e6 + 7; #define min(a,b) (a)<(b)?(a):(b) int a[MAXN 阅读全文
posted @ 2022-02-13 21:38
Lewis_1231
阅读(23)
评论(0)
推荐(0)