0_0_29468881_8434.cpp: In function 'int main()':
0_0_29468881_8434.cpp:11:5: error: 'lll' was not declared in this scope
lll;
^
0_0_29468881_8434.cpp:12:5: error: 'ints' was not declared in this scope
ints,t,m;
^
0_0_29468881_8434.cpp:12:10: error: 't' was not declared in this scope
ints,t,m;
^
0_0_29468881_8434.cpp:12:12: error: 'm' was not declared in this scope
ints,t,m;
^
0_0_29468881_8434.cpp:13:10: error: 'l' was not declared in this scope
cin>>l;
^
0_0_29468881_8434.cpp:14:10: error: 's' was not declared in this scope
cin>>s>>t>>m;
^
0_0_29468881_8434.cpp:23:5: error: 'intcnt' was not declared in this scope
intcnt=0;
^
0_0_29468881_8434.cpp:27:12: error: 'cnt' was not declared in this scope
cnt+=(a[i]-a[i-1])%t+t; //这里一定要在取模后加t,否则会WA;
^
0_0_29468881_8434.cpp:28:8: error: 'elsecnt' was not declared in this scope
elsecnt+=a[i]-a[i-1];
^
0_0_29468881_8434.cpp:29:10: error: 'cnt' was not declared in this scope
v[cnt]=1; //表示此处有石子;
^
0_0_29468881_8434.cpp:31:7: error: 'cnt' was not declared in this scope
v[cnt]=0,v[0]=0;
^
0_0_29468881_8434.cpp:38:5: error: 'intans' was not declared in this scope
intans=2100000000;
^
0_0_29468881_8434.cpp:40:9: error: 'ans' was not declared in this scope
ans=min(f[i],ans);
^
0_0_29468881_8434.cpp:41:11: error: 'ans' was not declared in this scope
cout<<ans;
^
0_0_29468881_8434.cpp:42:5: error: 'return0' was not declared in this scope
return0;
^
|