Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 65c48c2

Browse files
committed
chore: 이예진: [CT] 생명과학부_랩_인턴_241125 주석수정
1 parent e7dd7a7 commit 65c48c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎CodeTree/2019-2020년/YJ_생명과학부_랩_인턴.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private int calculateS(int s, int d){
2727
}
2828

2929
public void changeD(){
30-
//위(1)↔아래(2) , 오른쪽(3)↔왼쪽(4)
30+
//위(0)↔아래(1) , 오른쪽(2)↔왼쪽(3)
3131
this.d = this.d%2 == 0? this.d+1 : this.d-1;
3232
}
3333

@@ -69,7 +69,7 @@ public static void main(String[] args) throws IOException {
6969
search(i);
7070
moveMolds();
7171
}
72-
//인턴이 채취한 곰팡9이 크기
72+
//인턴이 채취한 곰팡이 크기
7373
System.out.println(inventory.stream().mapToInt(mold -> mold.b).sum());
7474
}
7575
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /