11 2023 档案

摘要:1 #include <iostream> 2 #include <cstdio> 3 4 using namespace std; 5 6 template <class T> 7 inline void read(T &s) 8 { 9 s = 0; 10 int w = 1; 11 char 阅读全文
posted @ 2023-11-21 22:48 上原歩夢 阅读(23) 评论(0) 推荐(0)
摘要:1 #include <bits/stdc++.h> 2 using namespace std; 3 template <class T> 4 inline void read(T &s) 5 { 6 s = 0; 7 int w = 1; 8 char ch = getchar(); 9 whi 阅读全文
posted @ 2023-11-21 22:47 上原歩夢 阅读(31) 评论(0) 推荐(0)
摘要:/* https://blog.csdn.net/sugarbliss/article/details/86495945?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522169977002316800215045285%2522%252 阅读全文
posted @ 2023-11-21 22:46 上原歩夢 阅读(28) 评论(0) 推荐(0)