摘要:
## T1 签到。 ## T2 送分题。 ## T3 大模拟,但是TLE两个点。 ```cpp #include #define ll long long #define int long long #define re register using namespace std; const int 阅读全文
摘要:
## T1 简单题,题面十分清晰,就是给我们$n$,要求使$2^m #define ll long long #define re register using namespace std; const int N=800, INF=0x3f3f3f3f; ll n; int main(){ cin 阅读全文
摘要:
Upd:2023/8/5补 ## T1 普及组的题,而且T1,而且叫签到题。所以非常简单,入门难度。没什么好说的。 就是统计大写,小写和字母个数。 ```cpp #include #define ll long long using namespace std; const int N=100+5; 阅读全文