Submission #45494088
Source Code Expand
Copy
X, t = map(int, input().split())print(max(0, X-t))
X, t = map(int, input().split()) print(max(0, X-t))
Submission Info
Submission Time | |
---|---|
Task | A - Sandglass2 |
User | KoyanagiHitoshi |
Language | Python (CPython 3.11.4) |
Score | 100 |
Code Size | 52 Byte |
Status | AC |
Exec Time | 9 ms |
Memory | 8592 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | 0_000.txt, 0_001.txt, 0_002.txt |
All | 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt, 1_004.txt, 1_005.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
0_000.txt | AC | 9 ms | 8564 KB |
0_001.txt | AC | 9 ms | 8588 KB |
0_002.txt | AC | 9 ms | 8524 KB |
1_003.txt | AC | 9 ms | 8580 KB |
1_004.txt | AC | 9 ms | 8508 KB |
1_005.txt | AC | 9 ms | 8592 KB |