#include <stdio.h> int main(void) { char i; for(i=0;i<100;i++)printf("%c",i); return 0;}
Standard input is empty