10 2019 档案

摘要:#include "stdio.h"#include "stdlib.h"typedef struct complex{ int real; int imagine; complex *next;}complex,*node;int main(){ int i,j=0; printf("若想输入一个 阅读全文
posted @ 2019-10-29 10:59 201821430008 阅读(194) 评论(0) 推荐(0)