/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:106:40: error: missing template arguments before '(' token
     if (ans1 == f[root][0]) ans2 = plus(ans2, d[root][0]);
                                        ^
foo.cc:107:40: error: missing template arguments before '(' token
     if (ans1 == f[root][1]) ans2 = plus(ans2, d[root][1]);
                                        ^
foo.cc:108:36: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'int' [-Wformat=]
     printf("%d\n%lld\n", ans1, ans2);
                                    ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
递交
题目
P1770 大内密探
语言
C++
递交时间
2021-03-15 16:30:55
评测时间
2021-03-15 16:30:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes