0_0_17905483_2443.cpp:61:1: error: stray '\343' in program
<p> </p>
^
0_0_17905483_2443.cpp:61:1: error: stray '\200' in program
0_0_17905483_2443.cpp:61:1: error: stray '\200' in program
0_0_17905483_2443.cpp:61:1: error: stray '\343' in program
0_0_17905483_2443.cpp:61:1: error: stray '\200' in program
0_0_17905483_2443.cpp:61:1: error: stray '\200' in program
0_0_17905483_2443.cpp:63:37: error: stray '#' in program
<pre class="brush:cpp;gutter:true;">#pragma warning(disable:4996)
^
0_0_17905483_2443.cpp:59:1: error: expected unqualified-id before '<' token
</pre>
^
0_0_17905483_2443.cpp:143:35: error: redefinition of 'long long int dp [55][2][1540]'
ll dp[maxn][2][maxn*(maxn + 1) / 2];
^
0_0_17905483_2443.cpp:16:4: note: 'long long int dp [55][2][1540]' previously declared here
ll dp[maxn][2][maxn*(maxn + 1) / 2];
^
0_0_17905483_2443.cpp:146:18: error: conflicting declaration 'BigDecimal E [55]'
BigDecimal E[maxn];
^
0_0_17905483_2443.cpp:17:8: note: previous declaration as 'double E [55]'
double E[maxn];
^
0_0_17905483_2443.cpp: In function 'int main()':
0_0_17905483_2443.cpp:148:5: error: redefinition of 'int main()'
int main()
^
0_0_17905483_2443.cpp:19:5: note: 'int main()' previously defined here
int main()
^
0_0_17905483_2443.cpp:184:8: error: cannot convert 'BigDecimal' to 'double' in assignment
E[i] = Ep[i] - En[i];
^
|