Submission #19559284
Source Code Expand
Copy
# C Green Bin from collections import Counter N = int(input()) ans = 0 Ss = [] for i in range(N): s = sorted(input()) if s in Ss: ans += 1 Ss.append(s) print(ans)
Submission Info
Submission Time | |
---|---|
Task | C - Green Bin |
User | chicken1227 |
Language | Python (3.8.2) |
Score | 0 |
Code Size | 190 Byte |
Status | WA |
Exec Time | 2206 ms |
Memory | 30452 KB |
Judge Result
Set Name | Sample | All | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 0 / 300 | ||||||||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | a01, a02, a03 |
All | a01, a02, a03, b04, b05, b06, b07, b08, b09, b10, b11, b12, b13 |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
a01 | AC | 21 ms | 9220 KB |
a02 | AC | 28 ms | 9192 KB |
a03 | WA | 22 ms | 9128 KB |
b04 | AC | 32 ms | 9348 KB |
b05 | TLE | 2206 ms | 12076 KB |
b06 | TLE | 2206 ms | 12436 KB |
b07 | WA | 1159 ms | 30400 KB |
b08 | TLE | 2206 ms | 11616 KB |
b09 | TLE | 2206 ms | 11548 KB |
b10 | TLE | 2206 ms | 11620 KB |
b11 | WA | 241 ms | 30452 KB |
b12 | TLE | 2206 ms | 12216 KB |
b13 | WA | 41 ms | 9420 KB |