Submission #6686014
Source Code Expand
Copy
a,b,c = map(int,input().split()) print(max(0,c-(a-b))
Submission Info
Submission Time | |
---|---|
Task | A - Transfer |
User | tako0218 |
Language | Python (3.4.3) |
Score | 0 |
Code Size | 54 Byte |
Status | RE |
Exec Time | 17 ms |
Memory | 2940 KB |
Judge Result
Set Name | All | Sample | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 100 | 0 / 0 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
All | sample_01, sample_02, sample_03, testcase_01, testcase_02, testcase_03, testcase_04, testcase_05, testcase_06, testcase_07, testcase_08, testcase_09, testcase_10 |
Sample | sample_01, sample_02, sample_03 |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
sample_01 | RE | 17 ms | 2940 KB |
sample_02 | RE | 17 ms | 2940 KB |
sample_03 | RE | 17 ms | 2940 KB |
testcase_01 | RE | 17 ms | 2940 KB |
testcase_02 | RE | 17 ms | 2940 KB |
testcase_03 | RE | 17 ms | 2940 KB |
testcase_04 | RE | 17 ms | 2940 KB |
testcase_05 | RE | 17 ms | 2940 KB |
testcase_06 | RE | 17 ms | 2940 KB |
testcase_07 | RE | 17 ms | 2940 KB |
testcase_08 | RE | 17 ms | 2940 KB |
testcase_09 | RE | 17 ms | 2940 KB |
testcase_10 | RE | 17 ms | 2940 KB |