摘要:
ABC379E 题解 一道很好的题,开始还以为是高精度来着,但是发现不必要也不能用高精度,而是用一种技巧代替。 题意 You are given a string \(S\) of length \(N\) consisting of digits from 1 through 9. For eac 阅读全文
摘要:
ABC 377 Review A 模拟题,但是好像wa了一发,有点幽默 Code #include<bits/stdc++.h> using namespace std; char s[5]; int main() { for(register int i=1;i<=3;++i)s[i]=getch 阅读全文