摘要: #include <iostream> #include <iomanip> #include <cmath> using namespace std; int main() { int a=18,b=0; while(a!=b) { cout<<"猜猜这个数的值为多少?(1-100)"; cin> 阅读全文
posted @ 2023-04-18 20:21 记得关月亮 阅读(14) 评论(0) 推荐(0)