摘要: #include<iostream> using namespace std; int i = 1; void other() { static int a = 2; static int b; int c = 10; a += 2; i += 32; c += 5; cout << " OTHER 阅读全文
posted @ 2023-05-10 20:48 刘梦磊 阅读(52) 评论(0) 推荐(0)