摘要:
#pragma once #include<iostream>#include<string>using namespace std; class Info {public: Info(string nickname1, string contact1, string city1, int n1) 阅读全文
posted @ 2022-10-20 21:20
cpp作业
阅读(34)
评论(0)
推荐(0)
摘要:
#pragma once#include<iostream>#include<cmath>using namespace std;class complex {public: complex(double r = 0.0, double i = 0.0) :real(r), imag(i){} co 阅读全文
posted @ 2022-10-20 20:59
cpp作业
阅读(39)
评论(0)
推荐(0)
摘要:
1 阅读全文
posted @ 2022-10-20 20:57
cpp作业
阅读(14)
评论(0)
推荐(0)
浙公网安备 33010602011771号