0_0_17255558_15171.cpp:7:12: error: '_int64' does not name a type
#define LL _int64
^
0_0_17255558_15171.cpp:14:1: note: in expansion of macro 'LL'
LL dp[100][100];
^
0_0_17255558_15171.cpp:7:12: error: '_int64' does not name a type
#define LL _int64
^
0_0_17255558_15171.cpp:15:1: note: in expansion of macro 'LL'
LL DP(int p,int m,int flag)
^
0_0_17255558_15171.cpp:7:12: error: '_int64' does not name a type
#define LL _int64
^
0_0_17255558_15171.cpp:26:1: note: in expansion of macro 'LL'
LL solve(LL n)
^
0_0_17255558_15171.cpp: In function 'int main()':
0_0_17255558_15171.cpp:7:12: error: '_int64' was not declared in this scope
#define LL _int64
^
0_0_17255558_15171.cpp:42:5: note: in expansion of macro 'LL'
LL n,m;
^
0_0_17255558_15171.cpp:47:34: error: 'n' was not declared in this scope
scanf("%I64d%I64d",&n,&m);
^
0_0_17255558_15171.cpp:47:37: error: 'm' was not declared in this scope
scanf("%I64d%I64d",&n,&m);
^
0_0_17255558_15171.cpp:48:51: error: 'solve' was not declared in this scope
printf("Case #%d: %I64d\n",cas,solve(m)-solve(n));
^
|