/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:61:24: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
  scanf("%lld%lld",&n,&k);
                        ^
/in/foo.cc:61:24: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
/in/foo.cc:63:25: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
   scanf("%lld%lld",&x,&y);
                         ^
/in/foo.cc:63:25: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
/in/foo.cc:66:51: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
  for(int i=1;i<=k;i++)scanf("%lld%lld",&u[i],&v[i]);
                                                   ^
/in/foo.cc:66:51: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 243ms 8.066 MiB
#2 Accepted 257ms 8.457 MiB
#3 Accepted 267ms 8.844 MiB
#4 Accepted 285ms 9.223 MiB
#5 Accepted 330ms 9.992 MiB
#6 Accepted 143ms 8.957 MiB
#7 Accepted 126ms 9.207 MiB
#8 Accepted 114ms 9.508 MiB
#9 Accepted 119ms 9.793 MiB
#10 Accepted 120ms 9.988 MiB
#11 Accepted 115ms 1.879 MiB
#12 Accepted 709ms 1.969 MiB
#13 Wrong Answer 133ms 1.988 MiB
#14 Accepted 834ms 2.16 MiB
#15 Accepted 945ms 2.352 MiB
#16 Wrong Answer 59ms 1.863 MiB
#17 Accepted 337ms 2.07 MiB
#18 Accepted 326ms 2.16 MiB
#19 Accepted 64ms 2.23 MiB
#20 Accepted 398ms 2.348 MiB

信息

递交者
类型
递交
题目
P1962 嫁接树
语言
C++
递交时间
2024-06-14 15:46:01
评测时间
2024-06-14 15:46:01
评测机
分数
90
总耗时
5934ms
峰值内存
9.992 MiB