求答疑
摘要:
#include<bits/stdc++.h> using namespace std; int x; int main() { for(int i=1;i<=10;++i) { x++; cout<<x<<endl; } int x=100-x; cout<<x<<endl; return 0; 阅读全文
posted @ 2022-09-15 15:24 gryzy 阅读(49) 评论(1) 推荐(0) 编辑
posted @ 2022-09-15 15:24 gryzy 阅读(49) 评论(1) 推荐(0) 编辑
posted @ 2022-09-15 15:07 gryzy 阅读(27) 评论(0) 推荐(0) 编辑