0_0_13804433_21890.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13804433_21890.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13804433_21890.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13804433_21890.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13804433_21890.cpp:8:1: error: expected ']' before 'bool'
bool usable[1
^
0_0_13804433_21890.cpp: In function 'int State_Compression_DP(int)':
0_0_13804433_21890.cpp:13:9: error: 'f' was not declared in this scope
memset(f,0,sizeof f);
^
0_0_13804433_21890.cpp:13:21: error: 'memset' was not declared in this scope
memset(f,0,sizeof f);
^
0_0_13804433_21890.cpp:16:2: error: expected ')' before '{' token
{
^
0_0_13804433_21890.cpp:28:2: error: expected ';' before 'for'
for(j=0;j
^
0_0_13804433_21890.cpp:28:2: error: expected primary-expression before 'for'
0_0_13804433_21890.cpp:28:2: error: expected ')' before 'for'
0_0_13804433_21890.cpp:29:3: error: expected ';' before 're'
re+=f[~i&1][j],re%=Mo;
^
0_0_13804433_21890.cpp:29:24: error: expected ')' before ';' token
re+=f[~i&1][j],re%=Mo;
^
0_0_13804433_21890.cpp: In function 'int main()':
0_0_13804433_21890.cpp:35:2: error: 'cinn' was not declared in this scope
cinn;
^
0_0_13804433_21890.cpp:37:3: error: expected ';' before 'if'
if( !(i1&i) && !(i
^
0_0_13804433_21890.cpp:37:3: error: expected primary-expression before 'if'
0_0_13804433_21890.cpp:37:3: error: expected ')' before 'if'
0_0_13804433_21890.cpp:37:9: error: 'i1' was not declared in this scope
if( !(i1&i) && !(i
^
0_0_13804433_21890.cpp:38:4: error: expected ')' before 'usable'
usable[i]=1;
^
0_0_13804433_21890.cpp:38:15: error: expected ')' before ';' token
usable[i]=1;
^
0_0_13804433_21890.cpp:40:3: error: expected ';' before 'if'
if(i%2&&i%3)
^
0_0_13804433_21890.cpp:40:3: error: expected primary-expression before 'if'
0_0_13804433_21890.cpp:40:3: error: expected ')' before 'if'
0_0_13804433_21890.cpp:41:4: error: 'ans' was not declared in this scope
ans*=State_Compression_DP(i),ans%=Mo;
^
0_0_13804433_21890.cpp:42:21: error: 'ans' was not declared in this scope
printf("%d\n",(int)ans);
^
0_0_13804433_21890.cpp:42:24: error: 'printf' was not declared in this scope
printf("%d\n",(int)ans);
^
|