📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
| 200行目: | 200行目: | ||
|- | |- | ||
! style="background-color:#fff2cc;"| 入力 | ! style="background-color:#fff2cc;"| 入力 | ||
| colspan="2" style="background-color:#fff2cc;"| ソースコード (.c, .cpp) | | colspan="2" style="background-color:#fff2cc; text-align:center;"| ソースコード (.c, .cpp) | ||
|- | |- | ||
! style="background-color:#e3f2fd;"| ① 解析 | ! style="background-color:#e3f2fd;"| ① 解析 | ||
| 223行目: | 223行目: | ||
|- | |- | ||
! style="background-color:#f0f0f0;"| 中間生成物 | ! style="background-color:#f0f0f0;"| 中間生成物 | ||
| colspan="2" style="background-color:#f0f0f0;"| オブジェクトファイル (.o) | | colspan="2" style="background-color:#f0f0f0; text-align:center;"| オブジェクトファイル (.o) | ||
|- | |- | ||
! style="background-color:#e8f5e9;"| ⑥ リンク | ! style="background-color:#e8f5e9;"| ⑥ リンク | ||
| 230行目: | 230行目: | ||
|- | |- | ||
! style="background-color:#c8e6c9;"| 出力 | ! style="background-color:#c8e6c9;"| 出力 | ||
| colspan="2" style="background-color:#c8e6c9;"| 実行ファイル (a.out, . | | colspan="2" style="background-color:#c8e6c9; text-align:center;"| 実行ファイル (例 : a.out, a.exe) | ||
|} | |} | ||
</center> | </center> | ||