I want to use C++ with complex numbers. Therefore I included #include . Now my question is: How do I declare a variable?(so what is the format ca
#include
// 1 + 2i std::complex c(1, 2);