0_0_14810177_10146.cpp:59:9: error: stray '\243' in program
temp += a[i]£»
^
0_0_14810177_10146.cpp:59:9: error: stray '\273' in program
0_0_14810177_10146.cpp:66:9: error: stray '\243' in program
temp = (s[i - 1] + 1 + s[i])£»
^
0_0_14810177_10146.cpp:66:9: error: stray '\273' in program
0_0_14810177_10146.cpp:67:9: error: stray '\243' in program
if£¨temp %2==0){ temp/=2;}
^
0_0_14810177_10146.cpp:67:9: error: stray '\250' in program
0_0_14810177_10146.cpp: In function 'int main()':
0_0_14810177_10146.cpp:60:9: error: expected ';' before 's'
s.push_back(temp);
^
0_0_14810177_10146.cpp:67:9: error: expected ';' before 'if'
if£¨temp %2==0){ temp/=2;}
^
0_0_14810177_10146.cpp:68:10: error: 'else' without a previous 'if'
else {temp%=mod;temp*=a[i]/2;}
^
|