| Task: | Niitty | 
| Sender: | hertsu | 
| Submission time: | 2024-10-29 20:40:23 +0200 | 
| Language: | Python3 (CPython3) | 
| Status: | READY | 
| Result: | 0 | 
| group | verdict | score | 
|---|---|---|
| #1 | RUNTIME ERROR | 0 | 
| #2 | RUNTIME ERROR | 0 | 
| #3 | RUNTIME ERROR | 0 | 
| #4 | RUNTIME ERROR | 0 | 
| #5 | RUNTIME ERROR | 0 | 
| #6 | RUNTIME ERROR | 0 | 
| test | verdict | time | group | |
|---|---|---|---|---|
| #1 | RUNTIME ERROR | 0.02 s | 1, 2, 3, 4, 5, 6 | details | 
| #2 | RUNTIME ERROR | 0.02 s | 1, 2, 3, 4, 5, 6 | details | 
| #3 | RUNTIME ERROR | 0.02 s | 1, 2, 3, 4, 5, 6 | details | 
| #4 | RUNTIME ERROR | 0.02 s | 1, 2, 3, 4, 5, 6 | details | 
| #5 | WRONG ANSWER | 0.02 s | 1, 2, 3, 4, 5, 6 | details | 
| #6 | RUNTIME ERROR | 0.02 s | 2, 3, 4, 5, 6 | details | 
| #7 | RUNTIME ERROR | 0.02 s | 2, 3, 4, 5, 6 | details | 
| #8 | RUNTIME ERROR | 0.02 s | 2, 3, 4, 5, 6 | details | 
| #9 | RUNTIME ERROR | 0.02 s | 2, 3, 4, 5, 6 | details | 
| #10 | RUNTIME ERROR | 0.02 s | 3, 4, 5, 6 | details | 
| #11 | RUNTIME ERROR | 0.02 s | 3, 4, 5, 6 | details | 
| #12 | RUNTIME ERROR | 0.02 s | 3, 4, 5, 6 | details | 
| #13 | RUNTIME ERROR | 0.02 s | 3, 4, 5, 6 | details | 
| #14 | RUNTIME ERROR | 0.02 s | 4, 5, 6 | details | 
| #15 | RUNTIME ERROR | 0.02 s | 4, 5, 6 | details | 
| #16 | RUNTIME ERROR | 0.02 s | 4, 5, 6 | details | 
| #17 | RUNTIME ERROR | 0.02 s | 4, 5, 6 | details | 
| #18 | RUNTIME ERROR | 0.02 s | 5, 6 | details | 
| #19 | RUNTIME ERROR | 0.02 s | 5, 6 | details | 
| #20 | RUNTIME ERROR | 0.02 s | 5, 6 | details | 
| #21 | RUNTIME ERROR | 0.02 s | 5, 6 | details | 
| #22 | RUNTIME ERROR | 0.02 s | 6 | details | 
| #23 | RUNTIME ERROR | 0.02 s | 6 | details | 
| #24 | RUNTIME ERROR | 0.02 s | 6 | details | 
| #25 | RUNTIME ERROR | 0.02 s | 6 | details | 
Code
n = int(input())
inputs = []
flower_locations = {}
for i in range(n):
    inputrow = input().split()
    inputs.append(inputrow)
    for index, input in enumerate(inputrow):
        if input in flower_locations:
            flower_locations[input].append((i, index))
        else:
            flower_locations[input] = [(i, index)]
Test details
Test 1
Group: 1, 2, 3, 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 10 TNCTNPNTPC NPPNTNTPTP NTNTTCNTCT NPCPNPPNTT ...  | 
| correct output | 
|---|
| 2035 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 2
Group: 1, 2, 3, 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 10 NFWQLWNWYS DZOQJVXFPJ CNHXPXMCQD QRTBVNLTQC ...  | 
| correct output | 
|---|
| 9 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 3
Group: 1, 2, 3, 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 10 XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX ...  | 
| correct output | 
|---|
| 3025 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 4
Group: 1, 2, 3, 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 10 FFFFFFFFFF FFFFFCFFFF FFFFFFJFFF FFFFFFFFFF ...  | 
| correct output | 
|---|
| 12 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 5
Group: 1, 2, 3, 4, 5, 6
Verdict: WRONG ANSWER
| input | 
|---|
| 1 X  | 
| correct output | 
|---|
| 1 | 
| user output | 
|---|
| (empty) | 
Test 6
Group: 2, 3, 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 20 BBCBUBOUOBBCUUBBCOUO BOUCOOCUBCOOOCOBOCUO UCCUUUOBCOCBCBUBUCOO BUOBUCUCUOOBCOOUBUOO ...  | 
| correct output | 
|---|
| 38724 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 7
Group: 2, 3, 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 20 CBGLSHGZHYZDWBNDBJUG SMUXOJQYPXZDTMJUIWOJ XIDSTNBGHKRKOVUVMINB MTQGCFRUHQKALXRNCQGS ...  | 
| correct output | 
|---|
| 8334 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 8
Group: 2, 3, 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 20 KKKKKKKKKKKKKKKKKKKK KKKKKKKKKKKKKKKKKKKK KKKKKKKKKKKKKKKKKKKK KKKKKKKKKKKKKKKKKKKK ...  | 
| correct output | 
|---|
| 44100 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 9
Group: 2, 3, 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 20 AAAAAAAAXAAAAAAAAAAA AAAWAAAAAAAAAAAAAOAA AAAAAAAAAAAAAAAAAPAA AAAAAAAAKAAAAAAAAAAZ ...  | 
| correct output | 
|---|
| 18 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 10
Group: 3, 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 50 GRGREEEGREGXRXXEGXXREXGRRRGRRR...  | 
| correct output | 
|---|
| 1584665 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 11
Group: 3, 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 50 AITIISJUHCCRZNKSDCNQKYSQRINFWJ...  | 
| correct output | 
|---|
| 1077746 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 12
Group: 3, 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 50 OOOOOOOOOOOOOOOOOOOOOOOOOOOOOO...  | 
| correct output | 
|---|
| 1625625 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 13
Group: 3, 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 50 FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF...  | 
| correct output | 
|---|
| 1680 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 14
Group: 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 100 NNCMDCDDCCNNNDNCMMNCDCDCCDCDNM...  | 
| correct output | 
|---|
| 25325366 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 15
Group: 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 100 LIMQQIHASECROEVILNVULGWZJPPKOG...  | 
| correct output | 
|---|
| 22342463 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 16
Group: 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 100 TTTTTTTTTTTTTTTTTTTTTTTTTTTTTT...  | 
| correct output | 
|---|
| 25502500 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 17
Group: 4, 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 100 QXQQQQQQQQQQQQQQQQQQQQQQQQQQQQ...  | 
| correct output | 
|---|
| 25650 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 18
Group: 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 200 NAANANMMKNKKAKMKMAKNKMNKMMNNAA...  | 
| correct output | 
|---|
| 403292767 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 19
Group: 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 200 OMYWATTLURKQPTKEFMGGYAOONXWVSC...  | 
| correct output | 
|---|
| 388111321 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 20
Group: 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 200 CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC...  | 
| correct output | 
|---|
| 404010000 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 21
Group: 5, 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 200 LLLLLLLLLLLLLLLLLHLLLLLLLLLLLL...  | 
| correct output | 
|---|
| 14159445 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 22
Group: 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 500 VVHWVUHVHUWWWVUUUWVUUHUUWHWUVW...  | 
| correct output | 
|---|
| 15683003812 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 23
Group: 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 500 OIMZGEQSBMBDSDXSWRFNKSGFEBBTJE...  | 
| correct output | 
|---|
| 15575906951 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 24
Group: 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 500 IIIIIIIIIIIIIIIIIIIIIIIIIIIIII...  | 
| correct output | 
|---|
| 15687562500 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callableTest 25
Group: 6
Verdict: RUNTIME ERROR
| input | 
|---|
| 500 WWWWWWWWWWWWWWWWWWWWWWWWWWWWWW...  | 
| correct output | 
|---|
| 3058970930 | 
| user output | 
|---|
| (empty) | 
Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 5, in <module>
    inputrow = input().split()
TypeError: 'str' object is not callable