2020年10月29日
摘要: 估分:100+100+50=250 实际:100+100+50=250 T1: b[i]表示不大于i的在a中的最大值,之后枚举每一个ai,再枚举他的倍数,就得出来了 1 #include<cstdio> 2 #include<cstring> 3 #include<iostream> 4 #incl 阅读全文
posted @ 2020-10-29 17:13 ArrogHie 阅读(171) 评论(0) 推荐(0)