/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:34:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i=0;i<edge[now].size();i++)
                ~^~~~~~~~~~~~~~~~~
/in/foo.cc:44:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=1;i<=n;i++)
  ^~~
/in/foo.cc:45:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   printf("%d ",id[i]);printf("\n");
                       ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 5.625 MiB
#2 Accepted 5ms 6.625 MiB
#3 Accepted 6ms 5.625 MiB
#4 Accepted 6ms 6.461 MiB
#5 Accepted 7ms 5.875 MiB
#6 Accepted 9ms 5.551 MiB
#7 Accepted 6ms 6.875 MiB
#8 Accepted 45ms 8.125 MiB
#9 Accepted 56ms 8.75 MiB
#10 Accepted 60ms 8.09 MiB

信息

递交者
类型
递交
题目
P1790 拓扑编号
语言
C++
递交时间
2017-07-21 11:07:16
评测时间
2017-07-21 11:07:16
评测机
分数
100
总耗时
209ms
峰值内存
8.75 MiB