杭电多校赛2020第一场VP实录

D - Distinct Sub-palindromes 思博题。 A C   C o d e \mathcal AC\ Code AC Codephp #include<cstdio> int main(){ int T;scanf("%d",&T); for(;T--;){ int n;scanf("%d",&n); if(n == 1) puts("26"); if(n == 2) put
相关文章
相关标签/搜索