A、include <iostream>
B、using namespace std;
C、int main(){
D、char a[]="Chinese";
E、a[3]='\0';
F、cout<<a<<endl;
G、return 0;
H、}
A、include <iostream>
B、using namespace std;
C、int main(){
D、char a[]="Chinese";
E、a[3]='\0';
F、cout<<a<<endl;
G、return 0;
H、}
时间:2021-12-31 22:46 关键词: