零时文件变动
This commit is contained in:
@@ -2,5 +2,11 @@
|
||||
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