そのプログラムをコピペしてコンパイルしてみましたが、
In file included from /usr/include/c++/3.2/backward/iostream.h:31,
from p110_wari_.c:1:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
の警告が出る以外は問題なくコンパイルできましたよ?
ファイル中にゴミが入っているのかもしれません。
もう一度別ファイルに書きなおしてコンパイルしてみてはどうでしょう。
>p110_wari_.c:23: parse error before character 0245
23行目でエラーになっていますが、ファイルの末尾に
なにかゴミが入っているのではないかと想像しますが。
|