Please sign in first.
Submission #24341958
Source Code Expand
let HWC: [Int] = readLine()!
.split(separator: " ")
.map { Int($0)! }
let H = HWC[0]
var A: [[Int]] = []
for _ in 0 ..< H {
let a: [Int] = readLine()!
.split(separator: " ")
.map { Int($0)! }
A.append(a)
}
print(A.count)
Submission Info
| Submission Time | |
|---|---|
| Task | D - National Railway |
| User | koher |
| Language | Swift (5.2.1) |
| Score | 0 |
| Code Size | 261 Byte |
| Status | WA |
| Exec Time | 2052 ms |
| Memory | 16524 KiB |
Judge Result
| Set Name | Sample | All | ||||||
|---|---|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 0 / 400 | ||||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example0.txt, example1.txt |
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt, 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt, 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt, 028.txt, 029.txt, 030.txt, 031.txt, example0.txt, example1.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | WA | 60 ms | 8220 KiB |
| 001.txt | WA | 38 ms | 8312 KiB |
| 002.txt | WA | 37 ms | 8220 KiB |
| 003.txt | WA | 31 ms | 8116 KiB |
| 004.txt | WA | 31 ms | 8184 KiB |
| 005.txt | WA | 35 ms | 7972 KiB |
| 006.txt | WA | 40 ms | 8016 KiB |
| 007.txt | WA | 37 ms | 7972 KiB |
| 008.txt | TLE | 2052 ms | 16516 KiB |
| 009.txt | WA | 1787 ms | 16140 KiB |
| 010.txt | WA | 1789 ms | 16312 KiB |
| 011.txt | WA | 1788 ms | 15884 KiB |
| 012.txt | WA | 1814 ms | 16308 KiB |
| 013.txt | WA | 1792 ms | 16120 KiB |
| 014.txt | WA | 1793 ms | 16316 KiB |
| 015.txt | WA | 1787 ms | 16088 KiB |
| 016.txt | WA | 1798 ms | 16120 KiB |
| 017.txt | WA | 1775 ms | 16512 KiB |
| 018.txt | WA | 1770 ms | 16164 KiB |
| 019.txt | WA | 1847 ms | 16112 KiB |
| 020.txt | WA | 669 ms | 10876 KiB |
| 021.txt | WA | 821 ms | 11860 KiB |
| 022.txt | WA | 284 ms | 9456 KiB |
| 023.txt | WA | 279 ms | 9216 KiB |
| 024.txt | WA | 123 ms | 8720 KiB |
| 025.txt | WA | 5 ms | 7956 KiB |
| 026.txt | WA | 13 ms | 8196 KiB |
| 027.txt | WA | 16 ms | 7988 KiB |
| 028.txt | TLE | 2027 ms | 16404 KiB |
| 029.txt | WA | 900 ms | 15912 KiB |
| 030.txt | TLE | 2021 ms | 16308 KiB |
| 031.txt | WA | 1977 ms | 16524 KiB |
| example0.txt | WA | 9 ms | 7944 KiB |
| example1.txt | WA | 6 ms | 7956 KiB |