/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'long long int solve(long long int)':
/in/foo.cc:95:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i < edge.size(); i ++) {
                 ~~^~~~~~~~~~~~~
/in/foo.cc:92:15: warning: unused variable 'vex' [-Wunused-variable]
  vector<int> &vex = scc[id], &edge = Edge[id];
               ^~~
/in/foo.cc: At global scope:
/in/foo.cc:115:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main() {
      ^
# 状态 耗时 内存占用
#1 Accepted 172ms 6.0 MiB
#2 Accepted 36ms 2.5 MiB
#3 Accepted 5ms 2.25 MiB
#4 Accepted 6ms 2.262 MiB
#5 Accepted 5ms 2.375 MiB
#6 Accepted 6ms 2.25 MiB
#7 Wrong Answer 4ms 2.375 MiB
#8 Accepted 5ms 2.5 MiB
#9 Accepted 376ms 6.246 MiB
#10 Wrong Answer 23ms 2.484 MiB

信息

递交者
类型
递交
题目
Festival
语言
C++
递交时间
2017-11-01 15:44:13
评测时间
2017-11-01 15:44:13
评测机
分数
80
总耗时
642ms
峰值内存
6.246 MiB