- BC20260158's blog
C++,上课无聊制造,指针测试
- 2025-9-18 15:11:00 @
#include<iostream>
using namespace std;
int main(){
char list_a[1024];
char* a=list_a;
while(true){
cout<<"1.输出"<<endl<<"2.修改";
}
return 0;
}
#include<iostream>
using namespace std;
int main(){
char list_a[1024];
char* a=list_a;
while(true){
cout<<"1.输出"<<endl<<"2.修改";
}
return 0;
}
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.