CSES - Aalto Competitive Programming 2024 - wk8 - Mon - Results
Submission details
Task:Piva and Glasses
Sender:Rasse
Submission time:2024-10-28 17:18:44 +0200
Language:Python3 (PyPy3)
Status:READY
Result:
Test results
testverdicttime
#10.07 sdetails
#20.04 sdetails
#30.07 sdetails
#40.06 sdetails
#50.07 sdetails
#60.07 sdetails
#70.07 sdetails
#80.07 sdetails
#90.07 sdetails
#100.07 sdetails
#110.07 sdetails
#120.07 sdetails
#130.07 sdetails
#140.06 sdetails
#150.04 sdetails
#160.07 sdetails
#170.07 sdetails
#180.07 sdetails
#190.07 sdetails
#200.07 sdetails
#210.07 sdetails
#220.04 sdetails
#230.07 sdetails
#240.07 sdetails
#250.07 sdetails
#260.07 sdetails
#270.07 sdetails
#280.07 sdetails
#290.04 sdetails
#300.06 sdetails

Code

# Online Python compiler (interpreter) to run Python online.
# Write Python 3 code in this online editor and run it.
w = input()

vec = [ 0 for i in range(26)]

for c in w:
    vec[ord(c)-ord('a')] += 1

fact = [1, ]

perm = 1
for i in range(1, len(w)+1):
    perm *= i
    fact.append(perm)
#print(perm)

for i in range(len(vec)):
    #print(str(vec[i]) + " " + str(fact[vec[i]]))
    perm /= fact[vec[i]]

print(int(perm))

Test details

Test 1

Verdict:

input
mynbiqpmzjplsgqejeydtzirwztejd...

correct output
253955382019371746305129921157...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 2

Verdict:

input
szycidpyopumzgdpamntyyawoixzhs...

correct output
551108061158008078173415475169...

user output
551108061158008114858028072583...

Test 3

Verdict:

input
bcclfxzvjitgtbsvfnumzxqlroqiba...

correct output
305421613370742845795015587427...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 4

Verdict:

input
sreltpusctapirhgwprrpmuehueqmx...

correct output
140037512077395979638061040922...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 5

Verdict:

input
jdxmpeccamrjzybhqrliyfdigauziz...

correct output
348940989405062643281218932084...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 6

Verdict:

input
ixlzwxuqaoyhubfdlphmrdshaxgnif...

correct output
523444502687933447128799316928...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 7

Verdict:

input
scpyibaevspyxlkyaipzgxnrrvdgsr...

correct output
804291277421765770488004812470...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 8

Verdict:

input
emubcrdlsbqgbcnnchcrnbsdhuusbs...

correct output
539368193886087805857792545271...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 9

Verdict:

input
lmegwbcehzqgmuaopompsgmcphyawi...

correct output
665407925762077489110285862326...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 10

Verdict:

input
tliefvakqotckrtwbxmfwoxnffhbde...

correct output
129648761524634643411433104526...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 11

Verdict:

input
bnpsagopiuzfbqpkchxlbnetlmnjvi...

correct output
254352633815523810681607015996...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 12

Verdict:

input
ryooqsgfzqputzfdojecrzwubtmoux...

correct output
212452622895141284453529611450...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 13

Verdict:

input
ivqvlemalpiuzowthravteolfkgbsg...

correct output
732490220763260338635928880269...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 14

Verdict:

input
jvvzfuhvehuxfecrgxjanevtaieczz...

correct output
518420681110543932377602451247...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 15

Verdict:

input
twyuqhixijxcvojovmmydihklzilzu...

correct output
364802587715444496585869643172...

user output
364802587715444351823916829258...

Test 16

Verdict:

input
gaqxbfhabzvewlhdkowlimilhglzkh...

correct output
476873862461844332247115208362...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 17

Verdict:

input
ppjnhoanvwihuhajjkvextjazhtiae...

correct output
767343312313426142222306561536...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 18

Verdict:

input
nzjljfywwrvidahmxniqzkuvxmerbe...

correct output
910297874112935296564114827261...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 19

Verdict:

input
dvokhgpupfpjoigiwdkqvyzfzhfhgx...

correct output
188739064612275094017617681593...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 20

Verdict:

input
bzqdqgmlqjsetidinkidykjastgcgd...

correct output
232461691179008854504057599827...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 21

Verdict:

input
xvzyeivudksfanncdekpsonggkuvkk...

correct output
285713951274252866113989732127...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 22

Verdict:

input
nwnujpgzpzqfqqhzaalsncezyhhwbn...

correct output
731682739693843565903082665678...

user output
731682739693843617035503953060...

Test 23

Verdict:

input
ehatofwdxulzchibktfrvxnwbsasij...

correct output
450074573205377125973875496260...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 24

Verdict:

input
yjcasjnmqlexgioahtoadcwpnaquxn...

correct output
596345160784615487534168536470...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 25

Verdict:

input
msfgfgfvvcwyezwjxyaooxudaqfpxo...

correct output
717476109909956801533326919144...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 26

Verdict:

input
yagjupbyibjsndsdsvxgqztkfrlqpq...

correct output
235583496947932628535470171742...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 27

Verdict:

input
gvgntrbeyypbxvtqfunhxnwgzwavhe...

correct output
111088422779874450993038450753...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 28

Verdict:

input
pwijgccirkilmfhhpcxusuctnynxbv...

correct output
446346258489784916012992902633...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float

Test 29

Verdict:

input
xertwfheuoynggemfetgganhcdnkwe...

correct output
283497304854230709850344401214...

user output
283497304854230609968638737034...

Test 30

Verdict:

input
clttjcqlmnabdouhzlcpktrnxgofhn...

correct output
218953374961690394340463245163...

user output
(empty)

Error:
Traceback (most recent call last):
  File "input/code.py", line 20, in <module>
    perm /= fact[vec[i]]
OverflowError: integer division result too large for a float