网站首页 站内搜索

搜索结果

查询Tags标签: 201809,共有 2条记录
  • 201809-2 试题名称: 买菜 C++

    样例输入 4 1 3 5 6 9 13 14 15 2 4 5 7 10 11 13 14 样例输出 3第一回合只有90分,只要是相交的时间段,都做一个标记记为`w[i] 找时间补上(T_T)#include<iostream> #include<algorithm> using namespace std; #define MAX_N 1000005 int w[1000005]={0}; i…

    2021/9/19 11:35:25 人评论 次浏览
  • 201809-2 试题名称: 买菜 C++

    样例输入 4 1 3 5 6 9 13 14 15 2 4 5 7 10 11 13 14 样例输出 3第一回合只有90分,只要是相交的时间段,都做一个标记记为`w[i] 找时间补上(T_T)#include<iostream> #include<algorithm> using namespace std; #define MAX_N 1000005 int w[1000005]={0}; i…

    2021/9/19 11:35:25 人评论 次浏览
扫一扫关注最新编程教程