Submission #71825493
Source Code Expand
def main():
a, b = map(int, input().split())
result = a * 12 + b
print(result)
main()
Submission Info
| Submission Time | |
|---|---|
| Task | A - Feet |
| User | scrblbug |
| Language | Python (PyPy 3.11-v7.3.20) |
| Score | 100 |
| Code Size | 105 Byte |
| Status | AC |
| Exec Time | 50 ms |
| Memory | 79892 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 00-sample-01.txt, 00-sample-02.txt, 00-sample-03.txt |
| All | 00-sample-01.txt, 00-sample-02.txt, 00-sample-03.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 00-sample-01.txt | AC | 50 ms | 79488 KiB |
| 00-sample-02.txt | AC | 50 ms | 79764 KiB |
| 00-sample-03.txt | AC | 50 ms | 79664 KiB |
| 01-01.txt | AC | 49 ms | 79620 KiB |
| 01-02.txt | AC | 49 ms | 79584 KiB |
| 01-03.txt | AC | 49 ms | 79356 KiB |
| 01-04.txt | AC | 50 ms | 79744 KiB |
| 01-05.txt | AC | 49 ms | 79688 KiB |
| 01-06.txt | AC | 49 ms | 79588 KiB |
| 01-07.txt | AC | 49 ms | 79520 KiB |
| 01-08.txt | AC | 49 ms | 79892 KiB |