Please sign in first.
Submission #65848926
Source Code Expand
@file:OptIn(ExperimentalStdlibApi::class)
fun main() {
var tcs = 1
// tcs = readln().toInt()
tc@ for (tc in 1..tcs) {
val (a, b, c, d) = readln().split(" ").map { it.toInt() }
println(if (a*60+b > c*60+d) "Yes" else "No")
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Not Acceptable |
| User | Wie |
| Language | Kotlin (Kotlin/JVM 1.8.20) |
| Score | 100 |
| Code Size | 247 Byte |
| Status | AC |
| Exec Time | 61 ms |
| Memory | 39960 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example_00.txt, example_01.txt, example_02.txt |
| All | example_00.txt, example_01.txt, example_02.txt, hand_00.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_09.txt, random_10.txt, random_11.txt, random_12.txt, random_13.txt, random_14.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| example_00.txt | AC | 57 ms | 39832 KiB |
| example_01.txt | AC | 58 ms | 39912 KiB |
| example_02.txt | AC | 56 ms | 39732 KiB |
| hand_00.txt | AC | 57 ms | 39820 KiB |
| hand_01.txt | AC | 58 ms | 39848 KiB |
| hand_02.txt | AC | 59 ms | 39720 KiB |
| hand_03.txt | AC | 58 ms | 39756 KiB |
| hand_04.txt | AC | 59 ms | 39820 KiB |
| hand_05.txt | AC | 58 ms | 39832 KiB |
| random_00.txt | AC | 58 ms | 39844 KiB |
| random_01.txt | AC | 57 ms | 39604 KiB |
| random_02.txt | AC | 59 ms | 39756 KiB |
| random_03.txt | AC | 56 ms | 39620 KiB |
| random_04.txt | AC | 57 ms | 39660 KiB |
| random_05.txt | AC | 59 ms | 39748 KiB |
| random_06.txt | AC | 61 ms | 39776 KiB |
| random_07.txt | AC | 59 ms | 39696 KiB |
| random_08.txt | AC | 59 ms | 39848 KiB |
| random_09.txt | AC | 59 ms | 39824 KiB |
| random_10.txt | AC | 57 ms | 39656 KiB |
| random_11.txt | AC | 61 ms | 39772 KiB |
| random_12.txt | AC | 61 ms | 39676 KiB |
| random_13.txt | AC | 61 ms | 39892 KiB |
| random_14.txt | AC | 61 ms | 39960 KiB |