摘要: #include <bits/stdc++.h> #include <ctime> using namespace std; int main(int argc, char** argv) { /* while(1){ srand(time(0)); int a; cin>>a; int b=ran 阅读全文
posted @ 2023-05-13 19:20 郭立恒 阅读(19) 评论(0) 推荐(0)