Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の何が問題になっていますか?
if の直後の最後の行で構文エラーが発生します。
モジュール mytest
int n = if (3 > 2) 1; else 0;
thx、 -- デニス。