/ 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 6.734 MiB
#2 Accepted 5ms 5.34 MiB
#3 Accepted 6ms 5.5 MiB
#4 Accepted 7ms 6.195 MiB
#5 Accepted 6ms 5.75 MiB
#6 Accepted 8ms 6.375 MiB
#7 Accepted 4ms 6.348 MiB
#8 Accepted 47ms 7.375 MiB
#9 Accepted 59ms 8.594 MiB
#10 Accepted 53ms 8.238 MiB

信息

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