Actually not only the gurus, a lot of people do. I usualy use putchar() instead of printf() for int, long, short. But I guess puts() or write() would be faster. But if you really want to optimize you source, better optimize you inputs. scanf is really slow, it handle spaces, new lines can scan inter...