Submission #17435733
Source Code Expand
N, A, B = map(int,input().split()) print(N-A+B)
Submission Info
| Submission Time | |
|---|---|
| Task | A - box |
| User | kyopro_friends |
| Language | Python (3.8.2) |
| Score | 100 |
| Code Size | 50 Byte |
| Status | AC |
| Exec Time | 29 ms |
| Memory | 9136 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample1.txt, sample2.txt, sample3.txt |
| All | 1.txt, 10.txt, 11.txt, 12.txt, 2.txt, 3.txt, 4.txt, 5.txt, 6.txt, 7.txt, 8.txt, 9.txt, sample1.txt, sample2.txt, sample3.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 1.txt | AC | 18 ms | 8952 KiB |
| 10.txt | AC | 21 ms | 8952 KiB |
| 11.txt | AC | 17 ms | 8844 KiB |
| 12.txt | AC | 19 ms | 8940 KiB |
| 2.txt | AC | 20 ms | 8848 KiB |
| 3.txt | AC | 20 ms | 9068 KiB |
| 4.txt | AC | 18 ms | 9072 KiB |
| 5.txt | AC | 19 ms | 8840 KiB |
| 6.txt | AC | 17 ms | 9136 KiB |
| 7.txt | AC | 22 ms | 9000 KiB |
| 8.txt | AC | 19 ms | 9008 KiB |
| 9.txt | AC | 17 ms | 8848 KiB |
| sample1.txt | AC | 19 ms | 9024 KiB |
| sample2.txt | AC | 29 ms | 9072 KiB |
| sample3.txt | AC | 19 ms | 9004 KiB |