摘要: #include <bits/stdc++.h> using namespace std; int main(){ string you; cin>>you; smatch s; regex b(R"((^[a-zA-Z]+)://([a-zA-Z\d\.]+)/(\w+)\?(\w+)=(\d+) 阅读全文
posted @ 2025-10-01 09:28 付书恒 阅读(5) 评论(0) 推荐(0)