网页学习体会

  • 首页
  • 个人博客
您的位置: 首页  >  IT文章  >  HDU

HDU

分类: IT文章 • 2025-01-24 13:27:55

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;
}

相关推荐

  • HDU4323-Magic Number(levenshtein distance-编辑距离)
  • (最短路)hdu 3790
  • HDU 1023 Train Problem II 大数catalan
  • HDU
  • HDU
  • HDU2717:Catch That Cow(BFS 队列)
  • FatMouse's Speed --hdu
  • HDU 1058 Humble Numbers
  • HDU 1054 Strategic Game
  • HDU 1041 Computer Transformation(找规律加大数乘)
  • hdu6313( 2018 Multi-University Training Contest 2)
  • 25条提高Visual Studio编码和调试效率的技巧
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 网页学习体会    备案号:   粤ICP备20002247号