摘要:
EX3 Task1 `#include <stdio.h> include <stdlib.h> include <time.h> include <windows.h> define N 80 void print_text(int line, int col, char text[]); // 阅读全文
摘要:
[TASK1] `#include<stdio.h> include<stdlib.h> include<time.h> define N 5 int main(){ int number,i; srand(time(0)); for(i = 0;i<N;i++){ number = rand()% 阅读全文