- 博客(3)
- 收藏
- 关注
原创 比较两个数的大小
#include using namespace std; void main() { int x, y; cout << “请输入x\t” << “请输入y\t” << endl; cin >> x >> y; if (x > y)cout << x << endl; else cout << y << endl; system(“pause”); } ...
2021-03-23 21:42:37 171
原创 for循环ascll码
#include using namespace std; void main() { for (int i=‘A’;i<=‘Z’;i++) cout << i<<";"<<(char)i<< endl; }
2021-03-23 21:41:27 241
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人