/#include <stdio.h>
//int main()
//{
// printf("好好学习\n");
// int study = 0;
//
// while (study <1000)
// {
// printf("好好学习:%d\n", study);
// study++;
// }
// if (study >= 1000)
// {
// printf("未来光明,前途无量\n");
// }
// while (study<1000)
// {
// printf("继续努力:%d\n", study);
// study++;
// }
// if (study >= 1000)
// {
// printf("恭喜你,坚持到了第1000天,祝你未来光明,前途无量");
// }
// return 0;
//}