This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
wolves
/
leetcode
дзеркало
https://git.wolves.top/wolves/leetcode.git
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Wiki
Дерево:
e030df06c9
Гілки
Теги
main
leetcode
/
test
/
test1.c
test1.c
98 B
Історія
Запис
1
2
3
4
5
6
7
#include <stdio.h>
int main(){
char* a= "I love China!";
a = a+7;
printf("%s\n",a);
}