This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
wolves
/
leetcode
zrcadlo
https://git.wolves.top/wolves/leetcode.git
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
5b9cbe4aad
Větve
Značky
main
leetcode
/
test
/
test1.c
test1.c
98 B
Historie
Surový
1
2
3
4
5
6
7
#include <stdio.h>
int main(){
char* a= "I love China!";
a = a+7;
printf("%s\n",a);
}