摘要: #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-04-27 23:07 刘梦磊 阅读(33) 评论(0) 推荐(0)