#include<iostream.h> int& a() { static int b ; return b; } void main() { int b = a(); cout<<b<<endl; }
33,317
社区成员
41,771
社区内容
加载中
试试用AI创作助手写篇文章吧