摘要:
#include #include #include using namespace std; class Complex { public: double real, imag; public: Complex(double r = 0, double i = 0): real(r), imag(i){}; friend ostream& operator>(... 阅读全文
posted @ 2018-12-23 21:40
Veritas_des_Liberty
阅读(685)
评论(0)
推荐(0)
摘要:
Your car starts at position 0 and speed +1 on an infinite number line. (Your car can go into negative positions.) Your car drives automatically accord 阅读全文
posted @ 2018-12-23 18:57
Veritas_des_Liberty
阅读(330)
评论(0)
推荐(0)
摘要:
961. N-Repeated Element in Size 2N Array In a array A of size 2N, there are N+1 unique elements, and exactly one of these elements is repeated N times 阅读全文
posted @ 2018-12-23 12:57
Veritas_des_Liberty
阅读(257)
评论(0)
推荐(0)

浙公网安备 33010602011771号