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