0_0_18594686_9473.cpp:12:1: error: '__int64_t' does not name a type
__int64_t dp[100][10];
^
0_0_18594686_9473.cpp: In function 'int main(int, const char**)':
0_0_18594686_9473.cpp:14:5: error: 'dp' was not declared in this scope
dp[0][0] = 1;
^
0_0_18594686_9473.cpp:24:9: error: '__int64_t' was not declared in this scope
__int64_t temp;
^
0_0_18594686_9473.cpp:25:24: error: 'temp' was not declared in this scope
scanf("%I64d",&temp);
^
0_0_18594686_9473.cpp:33:19: error: expected ';' before 'ans'
__int64_t ans = 0;
^
0_0_18594686_9473.cpp:35:13: error: 'ans' was not declared in this scope
ans += dp[i-1][2]*num[i];
^
0_0_18594686_9473.cpp:47:26: error: 'ans' was not declared in this scope
printf("%I64d\n",ans);
^
|