This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
hongwenjun
/
cpp
oglindă de
https://github.com/hongwenjun/cpp
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
e5b1b134c2
Ramuri
Etichete
main
cpp
/
C5
/
P8
/
c8-21.c
c8-21.c
100 B
Istoric
Crud
1
2
3
4
5
6
7
#include <stdio.h>
int main()
{char *a="I love China!";
a=a+7;
printf("%s\n",a);
return 0;
}