#include <stdio.h> int main() { printf("%d\n", 123); printf("%5d\n", 123); printf("%05d\n", 123);}
Standard input is empty
123 123 00123
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!