0_0_19206821_23943.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include <stdio.h>
^
0_0_19206821_23943.cpp: In function 'int main()':
0_0_19206821_23943.cpp:4:1: error: '__int64' was not declared in this scope
__int64 dp[31];
^
0_0_19206821_23943.cpp:4:9: error: 'nbsp' was not declared in this scope
__int64 dp[31];
^
0_0_19206821_23943.cpp:4:14: error: 'dp' was not declared in this scope
__int64 dp[31];
^
0_0_19206821_23943.cpp:5:10: error: 'i' was not declared in this scope
int i, z, n;
^
0_0_19206821_23943.cpp:5:18: error: 'z' was not declared in this scope
int i, z, n;
^
0_0_19206821_23943.cpp:5:26: error: 'n' was not declared in this scope
int i, z, n;
^
0_0_19206821_23943.cpp:6:12: error: expected primary-expression before '=' token
dp[0] = 3;
^
0_0_19206821_23943.cpp:7:4: error: expected '(' before '&' token
for ( i=1; i<=30; ++i )
^
0_0_19206821_23943.cpp:7:16: error: expected ')' before ';' token
for ( i=1; i<=30; ++i )
^
0_0_19206821_23943.cpp:7:20: error: expected ')' before ';' token
for ( i=1; i<=30; ++i )
^
0_0_19206821_23943.cpp:7:48: error: expected primary-expression before ')' token
for ( i=1; i<=30; ++i )
^
0_0_19206821_23943.cpp:8:12: error: expected primary-expression before '=' token
dp[i] = (dp[i-1]-1)<<1;
^
0_0_19206821_23943.cpp:10:6: error: expected '(' before '&' token
while ( z-- )
^
0_0_19206821_23943.cpp:10:11: error: expected ')' before ';' token
while ( z-- )
^
0_0_19206821_23943.cpp:10:18: error: expected ')' before ';' token
while ( z-- )
^
0_0_19206821_23943.cpp:10:28: error: expected primary-expression before ')' token
while ( z-- )
^
|