/ Vijos /

记录详情

Wrong Answer

/in/foo.cc:4:0: warning: ignoring #pragma comment  [-Wunknown-pragmas]
 #pragma comment(linker, "/STACK:36777216")
 
/in/foo.cc: In member function 'void Tree::rls(int, int, int)':
/in/foo.cc:515:15: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
 #define ml (l + r >> 1)
             ~~^~~
/in/foo.cc:532:20: note: in expansion of macro 'ml'
         inc(lx, l, ml, d0[x]);
                    ^~
/in/foo.cc:515:15: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
 #define ml (l + r >> 1)
             ~~^~~
/in/foo.cc:516:13: note: in expansion of macro 'ml'
 #define mr (ml + 1)
             ^~
/in/foo.cc:533:17: note: in expansion of macro 'mr'
         inc(rx, mr, r, d0[x]);
                 ^~
/in/foo.cc: In member function 'void Tree::mdf(int, int, int)':
/in/foo.cc:515:15: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
 #define ml (l + r >> 1)
             ~~^~~
/in/foo.cc:518:19: note: in expansion of macro 'ml'
 #define lc lx, l, ml
                   ^~
/in/foo.cc:546:13: note: in expansion of macro 'lc'
         mdf(lc),mdf(rc);
             ^~
/in/foo.cc:515:15: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
 #define ml (l + r >> 1)
             ~~^~~
/in/foo.cc:516:13: note: in expansion of macro 'ml'
 #define mr (ml + 1)
             ^~
/in/foo.cc:519:16: note: in expansion of macro 'mr'
 #define rc rx, mr, r
                ^~
/in/foo.cc:546:21: note: in expansion of macro 'rc'
         mdf(lc),mdf(rc);
                     ^~
/in/foo.cc: In member function 'LL Tree::Query(int, int, int)':
/in/foo.cc:556:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (a <= l && r <= b) return T[x]; rls(xx);
         ^~
/in/foo.cc:556:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if (a <= l && r <= b) return T[x]; rls(xx);
                                            ^~~
/in/foo.cc:515:15: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
 #define ml (l + r >> 1)
             ~~^~~
/in/foo.cc:518:19: note: in expansion of macro 'ml'
 #define lc lx, l, ml
                   ^~
/in/foo.cc:557:22: note: in expansion of macro 'lc'
         return Query(lc) + Query(rc);
                      ^~
/in/foo.cc:515:15: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
 #define ml (l + r >> 1)
             ~~^~~
/in/foo.cc:516:13: note: in expansion of macro 'ml'
 #define mr (ml + 1)
             ^~
/in/foo.cc:519:16: note: in expansion of macro 'mr'
 #define rc rx, mr, r
                ^~
/in/foo.cc:557:34: note: in expansion of macro 'rc'
         return Query(lc) + Query(rc);
                                  ^~
/in/foo.cc: In member function 'void Tree::Build(int, int, int)':
/in/foo.cc:515:15: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
 #define ml (l + r >> 1)
             ~~^~~
/in/foo.cc:518:19: note: in expansion of macro 'ml'
 #define lc lx, l, ml
                   ^~
/in/foo.cc:569:19: note: in expansion of macro 'lc'
             Build(lc), Build(rc);
                   ^~
/in/foo.cc:515:15: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
 #define ml (l + r >> 1)
             ~~^~~
/in/foo.cc:516:13: note: in expansion of macro 'ml'
 #define mr (ml + 1)
             ^~
/in/foo.cc:519:16: note: in expansion of macro 'mr'
 #define rc rx, mr, r
                ^~
/in/foo.cc:569:30: note: in expansion of macro 'rc'
             Build(lc), Build(rc);
                              ^~
# 状态 耗时 内存占用
#1 Accepted 15ms 28.5 MiB
#2 Accepted 180ms 62.375 MiB
#3 Wrong Answer 223ms 59.566 MiB
#4 Accepted 184ms 50.375 MiB
#5 Wrong Answer 206ms 50.988 MiB
#6 Wrong Answer 584ms 94.938 MiB
#7 Wrong Answer 539ms 93.191 MiB
#8 Wrong Answer 551ms 93.953 MiB
#9 Wrong Answer 525ms 94.125 MiB
#10 Wrong Answer 473ms 93.836 MiB

信息

递交者
类型
递交
题目
P1887 Falsita(Disillusioning & Shinrein)
语言
C++
递交时间
2018-05-02 01:19:23
评测时间
2018-05-02 01:19:23
评测机
分数
30
总耗时
3486ms
峰值内存
94.938 MiB