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