HDU - 6312( 2018 Multi-University Training Contest 2)

bryce1010模板

http://acm.hdu.edu.cn/showproblem.php?pid=6312

输出前几项,都是“Yes”

#include <bits/stdc++.h>

using namespace std;

int main()
{
    int n;
    while(cin>>n)
    {
        cout<<"Yes"<<endl;
    }
    //cout << "Hello world!" << endl;
    return 0;
}
posted @ 2018-07-27 18:14  Bryce1010  阅读(82)  评论(0编辑  收藏  举报