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-05-09 19:14:44
- Judged At
- 2024-11-11 03:30:16
- Judged By
- Score
- 100
- Total Time
- 100ms
- Peak Memory
- 12.07 MiB