0_0_32866456_2552.cpp:1:27: error: #include expects "FILENAME" or <FILENAME>
#include //树形dp,好题
^
0_0_32866456_2552.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866456_2552.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866456_2552.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866456_2552.cpp:16:1: error: '__int64' does not name a type
__int64 dp[210][210];
^
0_0_32866456_2552.cpp:17:1: error: '__int64' does not name a type
__int64 dp1[210];
^
0_0_32866456_2552.cpp: In function 'void dfs1(int, int)':
0_0_32866456_2552.cpp:49:8: error: 'temp1' was not declared in this scope
if(temp1;j--)
^
0_0_32866456_2552.cpp:49:13: error: expected ')' before ';' token
if(temp1;j--)
^
0_0_32866456_2552.cpp:49:14: error: 'j' was not declared in this scope
if(temp1;j--)
^
0_0_32866456_2552.cpp:50:23: error: 'jj' was not declared in this scope
for(jj=1;jj=1;cc--)
^
0_0_32866456_2552.cpp:50:28: error: 'cc' was not declared in this scope
for(jj=1;jj=1;cc--)
^
0_0_32866456_2552.cpp:51:28: error: 'xx' was not declared in this scope
for(int xx=1;xx<=num[hehe[j]]&&xx<=cc;xx++)
^
0_0_32866456_2552.cpp: At global scope:
0_0_32866456_2552.cpp:57:13: error: expected unqualified-id before 'for'
for(j=0;j<=num[hehe[i]]-1;j++){
^
0_0_32866456_2552.cpp:57:21: error: 'j' does not name a type
for(j=0;j<=num[hehe[i]]-1;j++){
^
0_0_32866456_2552.cpp:57:39: error: 'j' does not name a type
for(j=0;j<=num[hehe[i]]-1;j++){
^
0_0_32866456_2552.cpp:63:5: error: expected declaration before '}' token
}
^
|