#include #include int main(void) { printf("%d\n", 58); printf("%o\n", 72); printf("%x\n", 0x3a); return EXIT_SUCCESS; }