#include #include int main(void) { int i = 1; printf("%d %d\n", i, i++); return EXIT_SUCCESS; }