/ XMU_ACM /

记录详情

Runtime Error

foo.cc: In function 'int query(int, int, int)':
foo.cc:47:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0;i < pre.size();++i) {
                    ~~^~~~~~~~~~~~
foo.cc:54:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0;i < pre.size();++i) {
                    ~~^~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:69:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                 if (orz <= n) f[tot].push_back(orz);vis[orz] = 1;
                 ^~
foo.cc:69:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
                 if (orz <= n) f[tot].push_back(orz);vis[orz] = 1;
                                                     ^~~
# 状态 耗时 内存占用
#1 Accepted 4ms 2.723 MiB
#2 Accepted 5ms 3.465 MiB
#3 Accepted 5ms 3.391 MiB
#4 Accepted 6ms 3.469 MiB
#5 Accepted 6ms 3.422 MiB
#6 Accepted 6ms 3.375 MiB
#7 Runtime Error Segmentation fault 17ms 6.664 MiB

信息

递交者
类型
递交
题目
P1074 选择
语言
C++
递交时间
2021-01-19 18:40:16
评测时间
2021-01-19 18:40:16
评测机
分数
90
总耗时
52ms
峰值内存
6.664 MiB