HACKER
TALK
Home
Channels
beta
Bookmarks
Messages
Notifications
Sign In
勾栏听曲
Follow
勾栏听曲
Joined 2 years ago
1
Following
2
Followers
Dec
Jan
Feb
Mar
Apr
May
June
July
Aug
Sept
Oct
Nov
Posts
Comments
Channels
c语言收索数组中存在的数
2
c语言收索数组中存在的数 如果存在就输出这个数的索引 如果不存在就输出“这个数不存在 include <stdio.h
勾栏听曲
·
2 years ago
·
c
打印出来几位数的水仙花数
1
如果输入3就打印出所有三位数的水仙花数 c include <stdio.h int main() { int n; sc
勾栏听曲
·
2 years ago
c语言跳出循环goto用法
2
c include <stdio.h int main() { int x; int one, two, five; sc
勾栏听曲
·
2 years ago
c语言打印素素嵌套循环
0
c include <stdio.h int main() { int x; int cnt = 0; x = 1; w
勾栏听曲
·
2 years ago
93 views
c语言数字倒序
5
include <stdio.h int main() { int x; x=0; scanf("%d",&x)
勾栏听曲
·
2 years ago
c语言简单程序猜数字
3
include <stdio.h include <stdlib.h include <time.h int main()