摘要:
`#include <stdio.h> include<stdlib.h> define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *pmin, 阅读全文
摘要:
`#include <stdio.h> include <stdlib.h> include <time.h> include <windows.h> define N 80 void print_text(int line, int col, char text[]); // 函数声明 void 阅读全文
摘要:
`#include <stdio.h> include <stdlib.h> include <time.h> define N 5 int main() { int number; int i; srand( time(0) ); // 以当前系统时间作为随机种子 for(i = 0; i < N 阅读全文
摘要:
include<stdio.h> include<stdlib.h> int main() { printf(" O 0\n"); printf(" \n"); printf("I I I I\n"); system("pause"); return 0; } include<stdio.h> in 阅读全文