0_0_21795627_25989.cpp: In function 'int tt()':
0_0_21795627_25989.cpp:76:21: error: 'en' was not declared in this scope
tmp=en;
^
0_0_21795627_25989.cpp:79:9: error: 'else' without a previous 'if'
else if(f==1)
^
0_0_21795627_25989.cpp:81:18: error: 'i' was not declared in this scope
if(s[i]-'0'<tmp){
^
0_0_21795627_25989.cpp:94:20: error: 'i' was not declared in this scope
sum+=s[i]-'0';
^
0_0_21795627_25989.cpp: At global scope:
0_0_21795627_25989.cpp:98:5: error: expected unqualified-id before 'if'
if(f==2) sum++;
^
0_0_21795627_25989.cpp:6:21: error: expected unqualified-id before 'for'
#define rep1(i,a,b) for (int i = a;i <= b;i++)
^
0_0_21795627_25989.cpp:100:5: note: in expansion of macro 'rep1'
rep1(i,0,len-1)
^
0_0_21795627_25989.cpp:100:10: error: 'i' does not name a type
rep1(i,0,len-1)
^
0_0_21795627_25989.cpp:6:36: note: in definition of macro 'rep1'
#define rep1(i,a,b) for (int i = a;i <= b;i++)
^
0_0_21795627_25989.cpp:100:10: error: 'i' does not name a type
rep1(i,0,len-1)
^
0_0_21795627_25989.cpp:6:43: note: in definition of macro 'rep1'
#define rep1(i,a,b) for (int i = a;i <= b;i++)
^
0_0_21795627_25989.cpp:103:5: error: 'ans' does not name a type
ans=((ans-sum)%MO+MO)%MO;
^
0_0_21795627_25989.cpp:104:5: error: expected unqualified-id before 'return'
return ans;
^
0_0_21795627_25989.cpp:105:1: error: expected declaration before '}' token
}
^
|