0_0_24001322_30428.cpp:4:12: error: '_int64' does not name a type
#define ll _int64
^
0_0_24001322_30428.cpp:6:1: note: in expansion of macro 'll'
ll a,b;
^
0_0_24001322_30428.cpp:4:12: error: '_int64' does not name a type
#define ll _int64
^
0_0_24001322_30428.cpp:8:1: note: in expansion of macro 'll'
ll dp[20][11];
^
0_0_24001322_30428.cpp:4:12: error: '_int64' does not name a type
#define ll _int64
^
0_0_24001322_30428.cpp:10:1: note: in expansion of macro 'll'
ll dfs(int pos,int mod,bool limit)
^
0_0_24001322_30428.cpp:4:12: error: '_int64' does not name a type
#define ll _int64
^
0_0_24001322_30428.cpp:35:1: note: in expansion of macro 'll'
ll solve(int x)
^
0_0_24001322_30428.cpp: In function 'int main()':
0_0_24001322_30428.cpp:48:9: error: 'dp' was not declared in this scope
memset(dp,-1,sizeof(dp));
^
0_0_24001322_30428.cpp:51:24: error: 'a' was not declared in this scope
scanf("%I64d %I64d",&a,&b);
^
0_0_24001322_30428.cpp:51:27: error: 'b' was not declared in this scope
scanf("%I64d %I64d",&a,&b);
^
0_0_24001322_30428.cpp:53:27: error: 'solve' was not declared in this scope
printf("%I64d\n",solve(b)-solve(a-1));
^
|