#include #include using namespace std; int main() { complex i{0, 1.0}; cout << (1 + i) << endl; }