This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
wolves
/
leetcode
mirror de
https://git.wolves.top/wolves/leetcode.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
0fd446de99
Ramos
Etiquetas
main
leetcode
/
test
/
test1.c
test1.c
98 B
Histórico
Em bruto
1
2
3
4
5
6
7
#include <stdio.h>
int main(){
char* a= "I love China!";
a = a+7;
printf("%s\n",a);
}