上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页
摘要: code #include<iostream> #include<algorithm> #include<complex> using namespace std; const int N= 2000000; int p[N+1]={0}; unsigned long long S[N+1]; in 阅读全文
posted @ 2022-03-01 09:22 ethon-wang 阅读(73) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<cstring> #include<cstdlib> using namespace std; typedef struct SColor{ char w[21]; int v; }Color; Color color[1000],m 阅读全文
posted @ 2022-02-28 09:56 ethon-wang 阅读(28) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<algorithm> using namespace std; int main(){ int n,t,s,m,h; scanf("%d",&n); while(n--){ scanf("%d",&t); s=t%60; t/=60; 阅读全文
posted @ 2022-02-27 10:20 ethon-wang 阅读(67) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<algorithm> using namespace std; typedef struct Student{ char name[21],gender[21]; int age,grade; }student; int main() 阅读全文
posted @ 2022-02-26 13:02 ethon-wang 阅读(29) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<cstring> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(NULL); int i, n; char sa[10000], sb[1 阅读全文
posted @ 2022-02-25 10:20 ethon-wang 阅读(24) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> using namespace std; int main() { int is_leap_year(int); int year_days(int);//one year have days int month_days(int); int week 阅读全文
posted @ 2022-02-24 10:52 ethon-wang 阅读(102) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<complex> #include<cstdlib> using namespace std; int is_p(int);//judge sqrt int is_pp(int); int main(){ ios::sync_with 阅读全文
posted @ 2022-02-23 12:44 ethon-wang 阅读(66) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2022.cnblogs.com/blog/1963362/202202/1963362-20220222232126338-1186537742.png) 阅读全文
posted @ 2022-02-22 23:22 ethon-wang 阅读(28) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2022.cnblogs.com/blog/1963362/202202/1963362-20220222142912280-1255053156.png) 阅读全文
posted @ 2022-02-22 14:29 ethon-wang 阅读(63) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<algorithm> #include<cstdlib> using namespace std; const int MN = 101; char s[MN][MN]; int N, starX, starY, endX, endY 阅读全文
posted @ 2022-02-22 10:23 ethon-wang 阅读(23) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页