#include using namespace std; int main() { string ᵷuᴉɹʇs = "Hello"; char ψάρι = ' '; string 鱼 = "there"; cout << ᵷuᴉɹʇs << ψάρι << 鱼 << '\n'; return 0; }