This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
wolves
/
leetcode
kopia lustrzana
https://git.wolves.top/wolves/leetcode.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
6b74b03d0f
Gałęzie
Tagi
main
leetcode
/
test
/
test1.c
test1.c
98 B
Historia
Czysty
1
2
3
4
5
6
7
#include <stdio.h>
int main(){
char* a= "I love China!";
a = a+7;
printf("%s\n",a);
}