Submission #930383
Source Code Expand
Copy
n = map(int, input().split()) i = 3 if n[0] == n[1] : i -= 1 if n[0] == n[2] : i -= 1 elif n[1] == n[2] : i -= 1 print(i)
Submission Info
Submission Time | |
---|---|
Task | A - AtCoDeer and Paint Cans |
User | n7g7z3k |
Language | Python (3.4.3) |
Score | 0 |
Code Size | 151 Byte |
Status | RE |
Exec Time | 23 ms |
Memory | 3064 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 0 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | 0_000.txt, 0_001.txt |
All | 0_000.txt, 0_001.txt, 1_002.txt, 1_003.txt, 1_004.txt, 1_005.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
0_000.txt | RE | 23 ms | 3064 KB |
0_001.txt | RE | 23 ms | 3064 KB |
1_002.txt | RE | 23 ms | 3064 KB |
1_003.txt | RE | 23 ms | 3064 KB |
1_004.txt | RE | 23 ms | 3064 KB |
1_005.txt | RE | 23 ms | 3064 KB |