main.cpp
unknown
c_cpp
3 years ago
172 B
5
Indexable
// main.cpp #include <iostream> #include "./complex.h" using namespace std; int main() { Complex c = Complex(1, 2); cout << c << endl; return 0; }
Editor is loading...
// main.cpp #include <iostream> #include "./complex.h" using namespace std; int main() { Complex c = Complex(1, 2); cout << c << endl; return 0; }