Submission #32377676
Source Code Expand
R, C = list(map(int, input().split()))
list_tmp = []
for i in range (R):
list_tmp.append(list(map(int, input().split())))
print(list_tmp[R-1][C-1])
Submission Info
| Submission Time | |
|---|---|
| Task | A - You should output ARC, though this is ABC. |
| User | good_island |
| Language | Python (3.8.2) |
| Score | 100 |
| Code Size | 163 Byte |
| Status | AC |
| Exec Time | 24 ms |
| Memory | 9008 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample_01.txt, sample_02.txt, sample_03.txt |
| All | sample_01.txt, sample_02.txt, sample_03.txt, test_01.txt, test_02.txt, test_03.txt, test_04.txt, test_05.txt, test_06.txt, test_07.txt, test_08.txt, test_09.txt, test_10.txt, test_11.txt, test_12.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| sample_01.txt | AC | 24 ms | 8668 KiB |
| sample_02.txt | AC | 19 ms | 8928 KiB |
| sample_03.txt | AC | 17 ms | 8936 KiB |
| test_01.txt | AC | 17 ms | 8876 KiB |
| test_02.txt | AC | 18 ms | 9008 KiB |
| test_03.txt | AC | 17 ms | 8648 KiB |
| test_04.txt | AC | 20 ms | 8992 KiB |
| test_05.txt | AC | 19 ms | 8920 KiB |
| test_06.txt | AC | 17 ms | 8888 KiB |
| test_07.txt | AC | 17 ms | 8668 KiB |
| test_08.txt | AC | 17 ms | 8924 KiB |
| test_09.txt | AC | 21 ms | 8668 KiB |
| test_10.txt | AC | 20 ms | 8824 KiB |
| test_11.txt | AC | 17 ms | 8672 KiB |
| test_12.txt | AC | 18 ms | 8988 KiB |