摘要:
#include<iostream>using namespace std;struct point{ // 结构体,里面有成员变量和构造函数 int x,y; point(int m = 0,int n = 0){ x = m; y = n; }}; point operator +(const 阅读全文
posted @ 2020-01-31 14:18
python小弟弟
阅读(339)
评论(0)
推荐(0)
浙公网安备 33010602011771号