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