/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:10:11: error: cannot convert '__complex__ int' to 'int' in initialization
 for(int j=3i;j<=n;j++)
           ^
foo.cpp:12:46: error: expression cannot be used as a function
 f[j][i]=f[j-2][i-1]+(a[j]-a[j-1])(a[j]-a[j-1]);
                                              ^
foo.cpp:14:60: error: expression cannot be used as a function
 f[j][i]=min(f[j-1][i],f[j-2][i-1]+(a[j]-a[j-1])(a[j]-a[j-1]));
                                                            ^

信息

递交者
类型
递交
题目
P1061 迎春舞会之三人组舞
语言
C++
递交时间
2016-11-06 20:44:09
评测时间
2016-11-06 20:44:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes