摘要: include <stdio.h> include <stdlib.h> include <time.h> int main(int argc, const char * argv[]){ srand((unsigned int)time(0)); int x; printf("enter the 阅读全文
posted @ 2024-04-08 11:46 我要成为(c语言)高手 阅读(14) 评论(0) 推荐(0)