complete 14229.kt 34052.kt
This commit is contained in:
12
storage/zeta/kt/completed/34052.kt
Normal file
12
storage/zeta/kt/completed/34052.kt
Normal file
@@ -0,0 +1,12 @@
|
||||
import java.io.StreamTokenizer
|
||||
|
||||
fun main() = with(StreamTokenizer(System.`in`.bufferedReader())) {
|
||||
if ((1..4).sumOf {
|
||||
nextToken()
|
||||
nval.toInt()
|
||||
} <= 1500) {
|
||||
println("Yes")
|
||||
} else {
|
||||
println("No")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user