L1-021. 重要的话说三遍

题目链接:https://www.patest.cn/contests/gplt/L1-021

思路:简单

注意点:无

1 #include<stdio.h>
2 int main(){
3     for(int i=0;i<3;i++)
4         printf("I'm gonna WIN!\n");
5     return 0;
6 }

 

posted @ 2018-01-19 15:01  爱你的笑  阅读(106)  评论(0编辑  收藏  举报