摘要: #include<iostream>using namespace std;#include<ctime>int main(){ srand((signed int)time(NULL)); int a=rand()%100+1; while(1) { int b=0; cin>>b; if(b>a 阅读全文
posted @ 2023-05-04 20:50 大虚胖子 阅读(10) 评论(0) 推荐(0) 编辑