Accepted
Code
fun main() {
val inp = readln().split(" ")
val a = inp[0].toInt()
val b = inp[1].toInt()
val sum = a + b
println(sum)
}
Information
- Submit By
- Type
- Submission
- Problem
- P1000 A + B
- Language
- Kotlin 1.9 (kotlinc-jvm 1.9.24)
- Submit At
- 2024-08-26 13:31:28
- Judged At
- 2024-11-11 03:04:37
- Judged By
- Score
- 100
- Total Time
- 98ms
- Peak Memory
- 12.16 MiB