#include int main(){ for(char i = 0; i < 127; i++) printf("%c", i); puts(""); return 0; }