-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
π 3λ¨κ³ - λ‘λ(2λ±) #4158
Conversation
MRμ νλ² μλͺ»ν΄μ Conflict ν΄κ²°νκ³ μ¬λ Έμ΅λλ€. " μ΄ λΆλΆμ λν΄μλ λκ° μ«μ κ²μ¦μ νκΈ°μν΄ μ’ ν¬λ¨ΈμΉ νλ€λ λλμ΄ μμ΄μ ..? μΌλ¨ μ μ§λ νκΈ΄ νμ΅λλ€.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2λ¨κ³ ꡬν μν΄μ£Όμ
¨λ€μ! π
λͺκ°μ§ νΌλλ°± λ¨κ²¨λλ Έλλ°, νμΈλΆνλ립λλ€ π
λ¦¬λ·°ν΄ μ£Όμ λ΄μ© λ°μνμ΅λλ€.! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
νΌλλ°± λ°μ κΉλνκ² μ λ§ μν΄μ£Όμ
¨λ€μ! π
μΆκ°λ‘ μ½λ©νΈ λ¨κ²¨λλ Έλλ°, μ΄λΆλΆμ λ€μλ¨κ³ μ§ννμλ©΄μ λ°μλΆνλ립λλ€ π
κ·ΈλΌ λ§μ§λ§λ¨κ³ νμ΄ν
π₯
FIRST(6, false, 2_000_000_000), | ||
SECOND(5, true, 30_000_000), | ||
THIRD(5, false, 1_500_000), | ||
FOURTH(4, false, 50_000), | ||
FIFTH(3, false, 5_000), | ||
MISS(0, false, 0); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π
λΉμ¦λμ€ λ‘μ§μ μ νν νννλ €λ©΄, 2λ±μ μ μΈν λλ¨Έμ§ νλͺ©μ 보λμ€ μ¬λΆκ° νμνμ§ μμ μνμμ!
보λμ€ μ¬λΆλ₯Ό κ°κ²°ν ννμ enumμΌλ‘ 리ν©ν λ§νλ κ²λ μ’μ λ°©λ²μΌ κ² κ°μ΅λλ€.
enum BonusCondition {
MATCH,
MISMATCH,
IGNORED;
}
No description provided.