0_0_36691362_30811.cpp:9:9: error: stray '\243' in program
for(int i=0£¬j=2;i<n;i++)
^
0_0_36691362_30811.cpp:9:9: error: stray '\254' in program
0_0_36691362_30811.cpp: In function 'int main()':
0_0_36691362_30811.cpp:9:22: error: expected ';' before 'j'
for(int i=0£¬j=2;i<n;i++)
^
0_0_36691362_30811.cpp:9:22: error: 'j' was not declared in this scope
0_0_36691362_30811.cpp:9:29: error: expected ')' before ';' token
for(int i=0£¬j=2;i<n;i++)
^
0_0_36691362_30811.cpp:9:30: error: 'i' was not declared in this scope
for(int i=0£¬j=2;i<n;i++)
^
|