#include<stdio.h>int main(){ int day; int MYLife=100; for(day=0;day<=MYLife;day++) printf("Love you"); return 0;} 哪位大哥告诉我为啥运行会出错,到底是哪儿出问题了