ReiAC's Blog

Recent content on ReiAC's Blog

马上订阅 ReiAC's Blog RSS 更新: https://rei.ac/index.xml

2020第14届CCPC东北四省赛

2022年4月23日 16:45
Featured image of post 2020第14届CCPC东北四省赛

https://codeforces.com/gym/102801

虽然但是,我已经是第四次写这套东北CCPC考研英语了,第一次是打星参赛,第二次是补题,第三次是15th四省赛前,第四次是现在,2022年

即使写第四次了还是难免感叹凯爷 PepperLa 系列题出的真的是蛋疼,属于东北CCPC考研英语了

C.Function

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
int n,m,ans;

int f(int x) {
    if(x%10==0) {
        return...

剩余内容已隐藏

查看完整文章以阅读更多