Submission #2350490
Source Code Expand
# -*- coding: utf-8 -*-
if __name__ == '__main__':
flag = False
A,B,X = map(int,input().split())
if (X-A)<0:
flag = False
elif (X-A)<B:
flag = True
if flag == True:
print("YES")
else:
print("NO")
Submission Info
| Submission Time | |
|---|---|
| Task | A - Cats and Dogs |
| User | thvinmei |
| Language | Python (3.4.3) |
| Score | 100 |
| Code Size | 268 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 | sample1.txt, sample2.txt, sample3.txt |
| All | sample1.txt, sample2.txt, sample3.txt, 1.txt, 2.txt, 3.txt, 4.txt, 5.txt, 6.txt, 7.txt, sample1.txt, sample2.txt, sample3.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 1.txt | AC | 17 ms | 2940 KiB |
| 2.txt | AC | 17 ms | 2940 KiB |
| 3.txt | AC | 17 ms | 2940 KiB |
| 4.txt | AC | 17 ms | 2940 KiB |
| 5.txt | AC | 17 ms | 2940 KiB |
| 6.txt | AC | 17 ms | 2940 KiB |
| 7.txt | AC | 17 ms | 2940 KiB |
| sample1.txt | AC | 17 ms | 2940 KiB |
| sample2.txt | AC | 17 ms | 2940 KiB |
| sample3.txt | AC | 17 ms | 2940 KiB |