#include <iostream>
using namespace std;
#define TO_STR(str) #str
int main() {
float hello;
long world;
cout << TO_STR(hello world) << endl;
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKI2RlZmluZSBUT19TVFIoc3RyKSAjc3RyCgppbnQgbWFpbigpIHsKCWZsb2F0IGhlbGxvOwoJbG9uZyB3b3JsZDsKCQoJY291dCA8PCBUT19TVFIoaGVsbG8gd29ybGQpIDw8IGVuZGw7CglyZXR1cm4gMDsKfQ==