上一页 1 2 3 4 5 6 ··· 15 下一页
摘要: 题源 团体程序设计天梯赛 题解 #includeusing namespace std;int a,b,c;int main(){ ... 阅读全文
posted @ 2021-04-30 12:46 summeriver13 阅读(26) 评论(0) 推荐(0)
摘要: 题源 团体程序设计天梯赛 题解 #includeusing namespace std;int main(){ cout <<... 阅读全文
posted @ 2021-04-30 12:44 summeriver13 阅读(15) 评论(0) 推荐(0)
摘要: 题源 团体程序设计天梯赛 题解 #include#includeusing namespace std;string str;int... 阅读全文
posted @ 2021-04-30 12:43 summeriver13 阅读(49) 评论(0) 推荐(0)
摘要: 题源 团体程序设计天梯赛 题解 #includeusing namespace std;int mm,dd,yyyy;int mai... 阅读全文
posted @ 2021-04-29 13:51 summeriver13 阅读(23) 评论(0) 推荐(0)
摘要: 题源 团体程序设计天梯赛 题解 #includeusing namespace std;int a,b;int main(){ ... 阅读全文
posted @ 2021-04-29 13:50 summeriver13 阅读(292) 评论(0) 推荐(0)
摘要: 题源 团体程序设计天梯赛 题解 #includeusing namespace std;int a;int main(){ s... 阅读全文
posted @ 2021-04-29 13:31 summeriver13 阅读(17) 评论(0) 推荐(0)
摘要: 题源 PTA 乙级 题解 #includeint N;int box[100000] = {0};int count = 0;int... 阅读全文
posted @ 2021-04-29 13:17 summeriver13 阅读(22) 评论(0) 推荐(0)
摘要: 题源 PTA 乙级 题解 #include int a,b;int num[10];int count = 0,flag = 0;i... 阅读全文
posted @ 2021-04-29 13:11 summeriver13 阅读(30) 评论(0) 推荐(0)
摘要: 题源 PTA 乙级 题解 #includeint N;int card[10001],num;int box[10001] = {0... 阅读全文
posted @ 2021-04-29 13:07 summeriver13 阅读(22) 评论(0) 推荐(0)
摘要: 题源 PTA 乙级 题解 #include#include#define x 0#define y 1int N;char id[1... 阅读全文
posted @ 2021-04-29 13:03 summeriver13 阅读(34) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 15 下一页