#include int main() { unsigned int v; scanf("%x", &v); printf("%+015u\n", v); return 0; }