/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void DFS(int)':
/in/foo.cc:10: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:33:23: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
     scanf("%lld",&w[i]);
                       ^
# 状态 耗时 内存占用
#1 Accepted 5ms 5.02 MiB
#2 Accepted 5ms 5.02 MiB
#3 Accepted 5ms 5.023 MiB
#4 Accepted 5ms 5.047 MiB
#5 Accepted 6ms 5.102 MiB
#6 Accepted 5ms 5.102 MiB
#7 Accepted 26ms 7.227 MiB
#8 Accepted 55ms 10.133 MiB
#9 Accepted 95ms 13.523 MiB
#10 Accepted 94ms 13.535 MiB

信息

递交者
类型
递交
题目
P1197 非常亲密度
语言
C++
递交时间
2025-04-23 11:24:07
评测时间
2025-04-23 11:24:07
评测机
分数
100
总耗时
307ms
峰值内存
13.535 MiB