acgo题库
  • 首页
  • 题库
  • 题单
  • 竞赛
  • 讨论
  • 排行
  • 团队
  • 备赛专区

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情题解(0)讨论(0)提交记录(0)
  • tj

    #include<iostream> using namespace std; bool a[200001]; int main(){ int n,m; cin>>n>>m; for(int i=0;i<m;i++){ int x,y; cin>>x>>y; for(int j=x;j<=y;j++){ a[j]=true; }

    userId_undefined

    人机猫

    7月全勤卷王时间刺客空间掌握者模拟·模拟练习生倔强青铜字符串·魔法使
    0阅读
    0回复
    0点赞
首页