摘要:
1 #include <stdio.h> 2 int main() 3 { 4 int i,j; 5 char c='*'; 6 do{ 7 for(j=1;j<=3;j++) 8 { 9 putchar('\n'); 10 Sleep(400); 11 } 12 for (i=1;i<=3;i++ 阅读全文
1 #include <stdio.h> 2 int main() 3 { 4 int i,j; 5 char c='*'; 6 do{ 7 for(j=1;j<=3;j++) 8 { 9 putchar('\n'); 10 Sleep(400); 11 } 12 for (i=1;i<=3;i++ 阅读全文
posted @ 2021-12-06 19:47
芸小宇
阅读(178)
评论(0)
推荐(0)
摘要:
1 2 3 public class a{ 4 5 public static void main(String[] args) { 6 7 int h=10;//猴子的数量 8 int t=3;//每三次踢一个猴子 9 int arr[]=new int[h];//声明数组 10 for(int 阅读全文
posted @ 2021-12-06 19:30
芸小宇
阅读(394)
评论(0)
推荐(0)

浙公网安备 33010602011771号