Submission #5348978
Source Code Expand
N,K = (int(i) for i in input().split()) print (N - K + 1)
Submission Info
| Submission Time | |
|---|---|
| Task | A - Consecutive Integers |
| User | thvinmei |
| Language | Python (3.4.3) |
| Score | 100 |
| Code Size | 58 Byte |
| Status | AC |
| Exec Time | 17 ms |
| Memory | 2940 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 |
| All | rand_01.txt, rand_02.txt, rand_03.txt, rand_04.txt, rand_05.txt, rand_06.txt, rand_07.txt, sample_01.txt, sample_02.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| rand_01.txt | AC | 17 ms | 2940 KiB |
| rand_02.txt | AC | 17 ms | 2940 KiB |
| rand_03.txt | AC | 17 ms | 2940 KiB |
| rand_04.txt | AC | 17 ms | 2940 KiB |
| rand_05.txt | AC | 17 ms | 2940 KiB |
| rand_06.txt | AC | 17 ms | 2940 KiB |
| rand_07.txt | AC | 17 ms | 2940 KiB |
| sample_01.txt | AC | 17 ms | 2940 KiB |
| sample_02.txt | AC | 17 ms | 2940 KiB |