/ StarOI /

记录详情

Accepted

/in/foo.cc: In member function 'bool edge::operator<(const edge&) const':
/in/foo.cc:16:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
         return u < e.u || u == e.u && v < e.v;
                           ~~~~~~~~~^~~~~~~~~~
/in/foo.cc: In function 'int tarjan(int, int)':
/in/foo.cc:46:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < g[u].size(); i++) {
                     ~~^~~~~~~~~~~~~
/in/foo.cc:64:31: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
             iscut[u] = cnt[u] = 0;
                        ~~~~~~~^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:92:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < bridges.size(); i++) {
                     ~~^~~~~~~~~~~~~~~~
/in/foo.cc:70:9: warning: unused variable 'kase' [-Wunused-variable]
     int kase = 0, m;
         ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 1.074 MiB
#2 Accepted 2ms 312.0 KiB
#3 Accepted 2ms 316.0 KiB
#4 Accepted 2ms 332.0 KiB
#5 Accepted 1ms 316.0 KiB
#6 Accepted 1ms 316.0 KiB
#7 Accepted 2ms 332.0 KiB
#8 Accepted 2ms 316.0 KiB
#9 Accepted 2ms 312.0 KiB
#10 Accepted 2ms 332.0 KiB
#11 Accepted 15ms 960.0 KiB
#12 Accepted 16ms 956.0 KiB

信息

递交者
类型
递交
题目
杰哥的噩梦
语言
C++
递交时间
2018-11-22 10:46:04
评测时间
2018-11-22 10:46:04
评测机
分数
100
总耗时
54ms
峰值内存
1.074 MiB