#include int main(unsigned long long id) { printf("Hello Cell (0x%llx)\n", id); return 0; }