/ Vijos /

记录详情

Compile Error

foo.cpp:2:1: error: 'cin' does not name a type
 cin>>DP[L1,L2,R1,R2]:=SUM[L2,R1]+A[L1]+A[R2]-MIN{DP[L1,L2+1,R1,R2],DP[L1,L2,R1-1,R2],DP[L2,L2+1,R1,R2],DP[L1,L2,R1-1,R1]}>>endl
 ^
foo.cpp:2:122: error: expected unqualified-id before '>>' token
 cin>>DP[L1,L2,R1,R2]:=SUM[L2,R1]+A[L1]+A[R2]-MIN{DP[L1,L2+1,R1,R2],DP[L1,L2,R1-1,R2],DP[L2,L2+1,R1,R2],DP[L1,L2,R1-1,R1]}>>endl
                                                                                                                          ^

信息

递交者
类型
递交
题目
P1254 Ad-Advanced Selection
语言
C++
递交时间
2016-06-08 07:39:27
评测时间
2016-06-08 07:39:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes