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