
省赛
RikkaTheWorld
一个OTAKU
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
csuoj 1803: 2016
Description 给出正整数 n 和 m,统计满足以下条件的正整数对 (a,b) 的数量: 1. 1≤a≤n,1≤b≤m; 2. a×b 是 2016 的倍数。 Input 输入包含不超过 30 组数据。 每组数据包含两个整数 n,m转载 2016-09-10 15:49:39 · 488 阅读 · 0 评论 -
csuoj 1809 Parenthesis
第十二届湖南省省赛G题。 //在那之前我还以为签到题是不涉及算法或者数据结构的 Description Bobo has a balanced parenthesis sequence P=p1 p2…pn of length n and q questions. The i-th question is whether P remains balanced after p原创 2016-09-07 22:24:12 · 437 阅读 · 2 评论