アカウント名:
パスワード:
void examination(Student *student, int nStudent) { for(int i = 0 ; i < nStudent) { if(student[i].score > 80) { student[i].おこずかい += 100 ; } else if(student[i].score < 60) { student[i].おこずかい = 0 ; }
おこづかいは増減しないんですね、わかり(黙れ
あぁ、病んでる心の影響がこんなところに、、、orz
# 道理で最近、まともにプログラムが動かないわけだ、、、
まあ、出席番号1番は当られやすい、ってやつです。
より多くのコメントがこの議論にあるかもしれませんが、JavaScriptが有効ではない環境を使用している場合、クラシックなコメントシステム(D1)に設定を変更する必要があります。
開いた括弧は必ず閉じる -- あるプログラマー
プログラム? (スコア:1)
void examination(Student *student, int nStudent) {
for(int i = 0 ; i < nStudent) {
if(student[i].score > 80) {
student[i].おこずかい += 100 ;
} else if(student[i].score < 60) {
student[i].おこずかい = 0 ;
}
Re: (スコア:1)
おこづかいは増減しないんですね、わかり(黙れ
RYZEN始めました
Re: (スコア:0)
Re:プログラム? (スコア:1)
あぁ、病んでる心の影響がこんなところに、、、orz
# 道理で最近、まともにプログラムが動かないわけだ、、、
まあ、出席番号1番は当られやすい、ってやつです。