/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void DFS(int, int, int)':
/in/foo.cc:9:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int k=0;k<g[i].size();k++){
              ~^~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:42:23: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
     scanf("%lld",&w[i]);
                       ^
# 状态 耗时 内存占用
#1 Accepted 7ms 6.152 MiB
#2 Accepted 8ms 6.121 MiB
#3 Accepted 7ms 6.145 MiB
#4 Accepted 7ms 6.215 MiB
#5 Accepted 800ms 20.801 MiB
#6 Accepted 806ms 20.793 MiB
#7 Accepted 772ms 20.805 MiB
#8 Accepted 778ms 20.801 MiB
#9 Accepted 782ms 20.805 MiB
#10 Accepted 782ms 20.801 MiB

信息

递交者
类型
递交
题目
P1288 礼物
语言
C++
递交时间
2025-05-16 11:30:15
评测时间
2025-05-16 11:30:15
评测机
分数
100
总耗时
4752ms
峰值内存
20.805 MiB