#include <stdio.h> int main () { char str[2] = {' ',' '}; for(int i = 0;i < 100;i++){ printf("%s",str); } return 0; }