摘要: MC60H-DWHD5-H80U9-6V85M-8280D 4A4RR-813DK-M81A9-4U35H-06KND NZ4RR-FTK5H-H81C1-Q30QH-1V2LA JU090-6039P-08409-8J0QH-2YR7F 4Y09U-AJK97-089Z0-A3054-83KLA 阅读全文
posted @ 2023-06-19 20:24 任由天明 阅读(4191) 评论(0) 推荐(0)
摘要: 1 #include <iostream> 2 #include <vector> 3 #include <math.h> 4 5 int main(){ 6 int x{},sum{}; 7 std::cin>>x; 8 std::vector<int> n(x,0); 9 10 for(int 阅读全文
posted @ 2022-11-16 15:46 任由天明 阅读(125) 评论(0) 推荐(0)
摘要: 1 #include <iostream> 2 #include <vector> 3 #include <algorithm> 4 5 int main() { 6 int x{},sum{}; 7 std::cin >> x; 8 std::vector<int> n(x, 0); 9 for 阅读全文
posted @ 2022-11-16 11:01 任由天明 阅读(32) 评论(0) 推荐(0)
摘要: 1 #include <iostream> 2 #include <vector> 3 #include <algorithm> 4 5 int main() { 6 int x{},some{}; 7 std::cin >> x; 8 std::vector<std::vector<int>> n 阅读全文
posted @ 2022-11-15 16:20 任由天明 阅读(78) 评论(0) 推荐(0)
摘要: 1 #include <iostream> 2 #include <algorithm> 4 #include <array> 5 6 int main() { 7 std::array<int, 9> ISBN{}; 8 char c{}; 9 int lenth{},sigl{-1}; 10 1 阅读全文
posted @ 2022-11-15 12:46 任由天明 阅读(316) 评论(0) 推荐(0)
摘要: 1 #include <iostream> 2 #include <algorithm> 3 #include <vector> 4 5 int main() { 6 int x{},y{},lenth{}; 7 std::cin >> x; 8 std::vector<std::vector<in 阅读全文
posted @ 2022-11-15 10:59 任由天明 阅读(73) 评论(0) 推荐(0)
摘要: 链接 1 #include <iostream> 2 #include <vector> 3 4 int main() { 5 int x{}, m{}; 6 std::cin >> x >> m; 7 std::vector<std::vector<int>> nc(x+1,std::vector 阅读全文
posted @ 2022-11-14 12:35 任由天明 阅读(118) 评论(0) 推荐(0)
摘要: 1 #include <iostream> 2 #include <vector> 3 int main() { 4 int x{}, y{}; 5 std::cin >> x >> y;//读入第一行 6 std::vector<std::vector<int>> k(y,std::vector< 阅读全文
posted @ 2022-11-13 10:45 任由天明 阅读(151) 评论(0) 推荐(0)
摘要: powershell -c "Invoke-WebRequest -Uri 'http://<your-ip>:<your-port>/<filename>' -OutFile '<路径>\<filename>'" 阅读全文
posted @ 2022-11-12 16:52 任由天明 阅读(19) 评论(0) 推荐(0)
摘要: 找数据库名 1 ' union select sleep(5),2 where database() like '{数据库名称枚举}%';-- union是联合查找数据库,当查询为真是sleep生效‘;--’能注释其余SQL 找表名 1 ' union select sleep(5),2 from 阅读全文
posted @ 2022-11-01 19:32 任由天明 阅读(218) 评论(0) 推荐(0)