This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
wolves
/
leetcode
şunun yansıması
https://git.wolves.top/wolves/leetcode.git
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
04aa2ffc7d
Dallar
Biçim İmleri
main
leetcode
/
test
/
test1.c
test1.c
98 B
Geçmiş
Ham
1
2
3
4
5
6
7
#include <stdio.h>
int main(){
char* a= "I love China!";
a = a+7;
printf("%s\n",a);
}