摘要: include include <string.h> define size 10 using namespace std; //含有一个二元算数式的三个值 typedef struct{ float x = 0,y = 0; //x,y为给定的随机数 float r = 0; //r为算数式结果 阅读全文
posted @ 2020-11-08 21:10 萌萌哒的恩基爱 阅读(188) 评论(0) 推荐(0)