Compile Error
foo.cc: In function 'int main()': foo.cc:54:6: error: redeclaration of 'int m' int m;cin>>m;for(int i=1;i<=m;i++) cin>>query[i].l>>query[i].r,query[i].index=i; ^ foo.cc:46:8: note: 'int m' previously declared here int n,m;cin>>n>>m; ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- P1236 F 奇怪的程序(Hard) /[模板]莫队算法
- 语言
- C++
- 递交时间
- 2021-04-12 20:19:00
- 评测时间
- 2021-04-12 20:19:00
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes