摘要: rand.cpp #include<bits/stdc++.h> #define endl '\n' using namespace std; int main() { freopen("q.in","w",stdout); srand(time(0)); int n=rand()%200+1,m= 阅读全文
posted @ 2024-07-24 07:16 Abnormal123 阅读(48) 评论(1) 推荐(1)