Notepad

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

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 ... ...

C语言:判断某一年是否闰年

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

代码一: #include<stdio.h> int main() { int year,leap; p ... ...

C语言:鸡兔同笼问题

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

鸡兔同笼。已知鸡兔总头数为h(设为30),总脚数为f(设为90),求鸡兔各几只。 代码一: #include& ... ...

C语言:输入一个字符,输出ASCII码比它大5的字符

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

#include<stdio.h> int main() { printf("请输入一个字符:"); c ... ...

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

本站统计

  • 12
  • 12
  • 2,389
  • 16
  • 2,427
  • 12,551
  • 66,903
  • 328,295
  • 74,441
  • 264,393
  • 0
  • 64
  • 7
  • 10,148
  • 0
  • 5
  • 2024年6月25日

百度统计

友情链接

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