Wrong Answer
/in/foo.cc: In function 'void prime_sift()':
/in/foo.cc:27:13: warning: unused variable 'tmp_sum' [-Wunused-variable]
27 | int tmp_sum,a,b,c,d,e;
| ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:131:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
131 | for(int i=0;i<ans.size();i++)
| ~^~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 「一本通 1.3 练习 3」质数方阵
- 语言
- C++
- 递交时间
- 2026-07-18 12:56:57
- 评测时间
- 2026-07-18 12:56:57
- 评测机
- 分数
- 0
- 总耗时
- 23ms
- 峰值内存
- 724.0 KiB