0_0_28958650_30333.cpp:11:2: error: invalid preprocessing directive #definepiipair
#definepiipair<int,int>
^
0_0_28958650_30333.cpp:12:2: error: invalid preprocessing directive #definefifirst
#definefifirst
^
0_0_28958650_30333.cpp:13:2: error: invalid preprocessing directive #definesesecond
#definesesecond
^
0_0_28958650_30333.cpp:14:2: error: invalid preprocessing directive #definepbpush_back
#definepbpush_back
^
0_0_28958650_30333.cpp:15:2: error: invalid preprocessing directive #definerep
#definerep(i,j,k)for(inti=(int)(j);i<=(int)(k);i++)
^
0_0_28958650_30333.cpp:16:2: error: invalid preprocessing directive #defineper
#defineper(i,j,k)for(inti=(int)(j);i>=(int)(k);i--)
^
0_0_28958650_30333.cpp:17:1: error: 'usingnamespacestd' does not name a type
usingnamespacestd;
^
0_0_28958650_30333.cpp:18:1: error: 'typedeflonglongLL' does not name a type
typedeflonglongLL;
^
0_0_28958650_30333.cpp:19:1: error: 'typedefdoubledb' does not name a type
typedefdoubledb;
^
0_0_28958650_30333.cpp:20:1: error: 'constintN' does not name a type
constintN=3225;
^
0_0_28958650_30333.cpp:21:1: error: 'intn' does not name a type
intn,m,k;LLa,b,c;
^
0_0_28958650_30333.cpp:21:10: error: 'LLa' does not name a type
intn,m,k;LLa,b,c;
^
0_0_28958650_30333.cpp:22:1: error: 'LLf' does not name a type
LLf[N];
^
0_0_28958650_30333.cpp: In function 'int voidMain()':
0_0_28958650_30333.cpp:24:29: error: 'n' was not declared in this scope
scanf("%d%d%d%lld%lld%lld",&n,&m,&k,&a,&b,&c);
^
0_0_28958650_30333.cpp:24:32: error: 'm' was not declared in this scope
scanf("%d%d%d%lld%lld%lld",&n,&m,&k,&a,&b,&c);
^
0_0_28958650_30333.cpp:24:35: error: 'k' was not declared in this scope
scanf("%d%d%d%lld%lld%lld",&n,&m,&k,&a,&b,&c);
^
0_0_28958650_30333.cpp:24:38: error: 'a' was not declared in this scope
scanf("%d%d%d%lld%lld%lld",&n,&m,&k,&a,&b,&c);
^
0_0_28958650_30333.cpp:24:41: error: 'b' was not declared in this scope
scanf("%d%d%d%lld%lld%lld",&n,&m,&k,&a,&b,&c);
^
0_0_28958650_30333.cpp:24:44: error: 'c' was not declared in this scope
scanf("%d%d%d%lld%lld%lld",&n,&m,&k,&a,&b,&c);
^
0_0_28958650_30333.cpp:31:5: error: 'i' was not declared in this scope
rep(i,0,n+k+m+20)f[i]=(1ll<<60);
^
0_0_28958650_30333.cpp:31:17: error: 'rep' was not declared in this scope
rep(i,0,n+k+m+20)f[i]=(1ll<<60);
^
0_0_28958650_30333.cpp:32:1: error: 'f' was not declared in this scope
f[0]=0;
^
0_0_28958650_30333.cpp:35:17: error: 'per' was not declared in this scope
per(i,n+k+m+19,0)f[i]=min(f[i],f[i+1]);//
^
0_0_28958650_30333.cpp:36:1: error: 'LLans' was not declared in this scope
LLans=1ll<<60;
^
0_0_28958650_30333.cpp:39:17: error: 'ans' was not declared in this scope
printf("%lld\n",ans);
^
0_0_28958650_30333.cpp: In function 'int intmain()':
0_0_28958650_30333.cpp:42:1: error: 'intt' was not declared in this scope
intt;scanf("%d",&t);
^
0_0_28958650_30333.cpp:42:18: error: 't' was not declared in this scope
intt;scanf("%d",&t);
^
0_0_28958650_30333.cpp:44:16: error: 'Main' was not declared in this scope
while(t--)Main();
^
0_0_28958650_30333.cpp:45:1: error: 'return0' was not declared in this scope
return0;
^
|