0_0_23025564_25744.cpp:29:2: error: stray '\243' in program
int n, i, a, b, m£¬ count;
^
0_0_23025564_25744.cpp:29:2: error: stray '\254' in program
0_0_23025564_25744.cpp: In function 'int main()':
0_0_23025564_25744.cpp:29:22: error: expected initializer before 'count'
int n, i, a, b, m£¬ count;
^
0_0_23025564_25744.cpp:32:10: error: 'm' was not declared in this scope
cin >> m;
^
0_0_23025564_25744.cpp:42:3: error: 'count' was not declared in this scope
count = -1;
^
|