foo.cpp:77:1: error: stray '\274' in program
贾老师 2015/4/13 22:24:04
^
foo.cpp:77:1: error: stray '\326' in program
foo.cpp:77:1: error: stray '\300' in program
foo.cpp:77:1: error: stray '\317' in program
foo.cpp:77:1: error: stray '\312' in program
foo.cpp:77:1: error: stray '\246' in program
foo.cpp:78:1: error: stray '\312' in program
gets(a); 是为了防止空格停止输入
^
foo.cpp:78:1: error: stray '\307' in program
foo.cpp:78:1: error: stray '\316' in program
foo.cpp:78:1: error: stray '\252' in program
foo.cpp:78:1: error: stray '\301' in program
foo.cpp:78:1: error: stray '\313' in program
foo.cpp:78:1: error: stray '\267' in program
foo.cpp:78:1: error: stray '\300' in program
foo.cpp:78:1: error: stray '\326' in program
foo.cpp:78:1: error: stray '\271' in program
foo.cpp:78:1: error: stray '\277' in program
foo.cpp:78:1: error: stray '\325' in program
foo.cpp:78:1: error: stray '\270' in program
foo.cpp:78:1: error: stray '\361' in program
foo.cpp:78:1: error: stray '\315' in program
foo.cpp:78:1: error: stray '\243' in program
foo.cpp:78:1: error: stray '\326' in program
foo.cpp:78:1: error: stray '\271' in program
foo.cpp:78:1: error: stray '\312' in program
foo.cpp:78:1: error: stray '\344' in program
foo.cpp:78:1: error: stray '\310' in program
foo.cpp:78:1: error: stray '\353' in program
foo.cpp:79:1: error: stray '\243' in program
scanf(“%s”,a)是不行的,遇到空格就停止了。
^
foo.cpp:79:1: error: stray '\250' in program
foo.cpp:79:1: error: stray '\241' in program
foo.cpp:79:1: error: stray '\260' in program
foo.cpp:79:1: error: stray '\241' in program
foo.cpp:79:1: error: stray '\261' in program
foo.cpp:79:1: error: stray '\243' in program
foo.cpp:79:1: error: stray '\254' in program
foo.cpp:79:1: error: stray '\243' in program
foo.cpp:79:1: error: stray '\251' in program
foo.cpp:79:1: error: stray '\312' in program
foo.cpp:79:1: error: stray '\307' in program
foo.cpp:79:1: error: stray '\262' in program
foo.cpp:79:1: error: stray '\273' in program
foo.cpp:79:1: error: stray '\320' in program
foo.cpp:79:1: error: stray '\320' in program
foo.cpp:79:1: error: stray '\265' in program
foo.cpp:79:1: error: stray '\304' in program
foo.cpp:79:1: error: stray '\243' in program
foo.cpp:79:1: error: stray '\254' in program
foo.cpp:79:1: error: stray '\323' in program
foo.cpp:79:1: error: stray '\366' in program
foo.cpp:79:1: error: stray '\265' in program
foo.cpp:79:1: error: stray '\275' in program
foo.cpp:79:1: error: stray '\277' in program
foo.cpp:79:1: error: stray '\325' in program
foo.cpp:79:1: error: stray '\270' in program
foo.cpp:79:1: error: stray '\361' in program
foo.cpp:79:1: error: stray '\276' in program
foo.cpp:79:1: error: stray '\315' in program
foo.cpp:79:1: error: stray '\315' in program
foo.cpp:79:1: error: stray '\243' in program
foo.cpp:79:1: error: stray '\326' in program
foo.cpp:79:1: error: stray '\271' in program
foo.cpp:79:1: error: stray '\301' in program
foo.cpp:79:1: error: stray '\313' in program
foo.cpp:79:1: error: stray '\241' in program
foo.cpp:79:1: error: stray '\243' in program
foo.cpp:77:8: error: expected unqualified-id before numeric constant
贾老师 2015/4/13 22:24:04
^
foo.cpp:79:1: error: 'scanf' does not name a type
scanf(“%s”,a)是不行的,遇到空格就停止了。
^