摘要: 刷题记录 #includeusing namespace std;int main(){ float a; double b; a=... 阅读全文
posted @ 2020-12-02 07:55 榴恋666 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 刷题目录 #includeusing namespace std;int main(){ int a; short b; a=4; ... 阅读全文
posted @ 2020-12-02 07:54 榴恋666 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 前言:我是GD选手,而GD的CSP/NOIP考场环境都是Windows系统+Linux虚拟机,所以写一下常用的指令,考前复习用 文... 阅读全文
posted @ 2020-12-01 14:50 榴恋666 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 刷题目录 #includeusing namespace std;int main(){ float r1,r2,R; scanf(... 阅读全文
posted @ 2020-12-01 07:48 榴恋666 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 刷题目录 #includeusing namespace std;const double PI=3.14159;int main(... 阅读全文
posted @ 2020-12-01 07:47 榴恋666 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 刷题目录 #includeusing namespace std;int main(){ double c,f; scanf("%l... 阅读全文
posted @ 2020-12-01 07:45 榴恋666 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 刷题目录 #include#includeusing namespace std;int main(){ double a,b,c,... 阅读全文
posted @ 2020-12-01 07:44 榴恋666 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 刷题目录 #includeusing namespace std;int main(){ double a,b,c; scanf("... 阅读全文
posted @ 2020-12-01 07:43 榴恋666 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 目录er DescriptionInputOutputSample InputSample OutputData Constrai... 阅读全文
posted @ 2020-11-30 22:02 榴恋666 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 文章の目录 题目大意输入格式输出格式样例输入样例输出解题思路CODE 题目大意 给你 ... 阅读全文
posted @ 2020-11-30 21:48 榴恋666 阅读(77) 评论(0) 推荐(0) 编辑