目录调整
This commit is contained in:
12
00lanqiao chap/test100.cpp
Normal file
12
00lanqiao chap/test100.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include<bits/stdc++.h>
|
||||
using namespace std;
|
||||
|
||||
int main(){
|
||||
string s = "hello world";
|
||||
char *str = "hello world";
|
||||
char *str_1 = &str[2];
|
||||
str++;
|
||||
cout << str << endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user