Notepad

  • 首页
  • 开源教程
  • Windows
  • WEB语言
  • PHP语言
  • C语言
  • Linux
  • 影刀RPA
  • Archives
  • 联系我们
  • 关于本站

C语言:输入4个数,按从小到大的顺序输出

2015年12月19日 C语言 Leave a comment

#include "stdio.h" main() { int a, b, c, d, t; printf(" ... ...

C语言:输入圆的半径r,用整数k进行判断计算

2015年12月18日 C语言 Leave a comment

#include <stdio.h> #define PI (3.1415926) int main(v ... ...

C语言:大写字母转换为小写字母,小写字母无需转换

2015年12月17日 C语言 Leave a comment

#include <stdio.h> int main() { char ch; printf("请输入 ... ...

C语言:输入一个正整数,逆序输出各位数码,并输出该整数的位数

2015年12月16日 C语言 Leave a comment

#include<stdio.h> void dem(int k); int main() { int ... ...

C语言:求三个整数的最大值

2015年12月15日 C语言 Leave a comment

#include <stdio.h> int main() { int a,b,c,m; printf( ... ...

C语言:判断一个字符是数字、字母、空格还是其它字符

2015年12月14日 C语言 Leave a comment

#include<stdio.h> void check(char x); int main() { c ... ...

C语言:输入一个数字,对应等级A、B、C、D

2015年12月13日 C语言 Leave a comment

#include <stdio.h> int main(void) { int a; printf("请 ... ...

C语言:计算1+2+…+100

2015年12月12日 C语言 Leave a comment

#include <stdio.h> #define N 100 int main() { printf ... ...

C语言:输入百分制成绩,输出对应等级

2015年12月11日 C语言 Leave a comment

#include<stdio.h> int main(void) { int a; printf("请输 ... ...

C语言:简单计算器

2015年12月10日 C语言 Leave a comment

代码一: #include <stdio.h> #include <math.h> #includ ... ...

Page 6 of 7« First...«34567 »

本站统计

  • 12
  • 6
  • 26
  • 15
  • 3,757
  • 5,953
  • 63,656
  • 315,730
  • 74,019
  • 251,968
  • 0
  • 67
  • 7
  • 3,296
  • 0
  • 2
  • 2024年6月25日

百度统计

友情链接

Copyright © 2015-2024 版权所有 Notepad.com.cn 浙ICP备2022036893号-2