/ XMU_ACM /

记录详情

Runtime Error

foo.cc: In function 'int query(int, int, int)':
foo.cc:48:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0;i < pre.size();++i) {
                    ~~^~~~~~~~~~~~
foo.cc:55:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0;i < pre.size();++i) {
                    ~~^~~~~~~~~~~~
foo.cc:44:8: warning: unused variable 'cnt' [-Wunused-variable]
     ll cnt = 0,pos = 0;
        ^~~
foo.cc:44:16: warning: unused variable 'pos' [-Wunused-variable]
     ll cnt = 0,pos = 0;
                ^~~
# 状态 耗时 内存占用
#1 Accepted 5ms 2.605 MiB
#2 Accepted 5ms 3.473 MiB
#3 Accepted 5ms 3.375 MiB
#4 Accepted 6ms 3.461 MiB
#5 Accepted 6ms 3.465 MiB
#6 Accepted 5ms 3.445 MiB
#7 Runtime Error Segmentation fault 16ms 6.633 MiB

信息

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