プログラムには様々な書き換え方がある
Permalink | 記事への反応(0) | 07:58
ツイートシェア
空気「右へ避けろ」 プログラマー int flag = true; if( flag ){ printf(L"右へ避けろ"); }else{ _wprintf(L"右へ避けろ"); }