#include #include int main(void) { printf("%\n", 72); printf("%\n", 0110); printf("%\n", 0x48); return EXIT_SUCCESS; }