摘要:
代码如下: 1 /*练习题目为:用@符号输出字母H的图案*/ 2 3 #include<stdio.H> 4 #include<stdlib.H> 5 6 #define H 12 7 #define W 16 8 /**********************程序分割线【TOP】********* 阅读全文
posted @ 2020-11-06 17:09
GC_Code
阅读(1084)
评论(0)
推荐(0)
摘要:
代码如下: #include<stdio.H> //#define _CRT_SECURE_NO_WARNINGS 1 void min_to_max() { int a, b, c,temp; printf("请输入3个整数,用空格隔开:\n"); scanf_s("%d%d%d", &a, &b 阅读全文
posted @ 2020-11-06 14:02
GC_Code
阅读(1634)
评论(0)
推荐(0)