0_0_32677437_30297.cpp:19:1: error: stray '\243' in program
int tmp[10] = {2, 3, 5, 7, 11, 13, 17, 19, 23£¬ 27};
^
0_0_32677437_30297.cpp:19:1: error: stray '\254' in program
0_0_32677437_30297.cpp:19:49: error: expected '}' before numeric constant
int tmp[10] = {2, 3, 5, 7, 11, 13, 17, 19, 23£¬ 27};
^
0_0_32677437_30297.cpp:19:49: error: expected ',' or ';' before numeric constant
0_0_32677437_30297.cpp:19:51: error: expected declaration before '}' token
int tmp[10] = {2, 3, 5, 7, 11, 13, 17, 19, 23£¬ 27};
^
|