Accepted
foo.cc: In function ‘int main()’: foo.cc:13:33: warning: format ‘%d’ expects argument of type ‘int*’, but argument 2 has type ‘bool*’ [-Wformat=] 13 | scanf("%d",&ch); | ~^ ~~~ | | | | | bool* | int* foo.cc:21:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 21 | for(int i=0;i<a[v].size();i++) | ~^~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 比赛
- 2024CSP模拟赛2
- 语言
- C++
- 递交时间
- 2024-10-05 20:10:36
- 评测时间
- 2024-10-05 20:10:36
- 评测机
- 分数
- 100
- 总耗时
- 32ms
- 峰值内存
- 768.0 KiB