C语言:华氏温度转摄氏温度
#include<stdio.h> void main() { float f,c; printf("请 ... ...
2016年1月6日 C语言 Leave a comment
#include<stdio.h> void main() { float f,c; printf("请 ... ...
2016年1月5日 C语言 Leave a comment
#include<stdio.h> #define N 5 void fun(); int main() ... ...
2016年1月4日 C语言 Leave a comment
#include <stdio.h> #include <conio.h> #include &l ... ...
2016年1月2日 C语言 Leave a comment
#include<stdio.h> #define N 5 int main () { int i,a, ... ...
2015年12月23日 C语言 Leave a comment
#include<stdio.h> #define N 10 void input(int array_ ... ...
2015年12月22日 C语言 Leave a comment
#include<stdio.h> #define N 10 void input(int array_ ... ...
2015年12月21日 C语言 Leave a comment
#include<stdio.h> int main() { int a[10]={1,2,3,4,5, ... ...
2015年12月20日 C语言 Leave a comment
代码一: #include<stdio.h> int main() { int count=0; int ... ...
2015年12月19日 C语言 Leave a comment
#include "stdio.h" main() { int a, b, c, d, t; printf(" ... ...