int main()

{

([]()

{

cout << "Hello world" << endl;

})();


return 0;

}


??? 뭐야 내 눈이 이상한건가