#!process Persona OA nobody can pass the

1 messages · Page 1 of 1 (latest)

vast sage
#

The stupid question wasted my time so much.
Your output :
4
1
Expected output : 4 1

#

While the goddamn provided unmodifiable main function print out your solution in new lines

#

bro it is unsolvable because the outputted format is wrong

#

no even when you have the correct answers it wont go through

#

I'm just mad with the time they took from me

haughty scarab
#

it worked for me?

#

tho i returned "4 1"

vast sage
#

How ?
The returned type is List<Integer>
The buffered write with new lines

haughty scarab
#

oh i used python so idk the exact return type

vast sage
#

aw hell nah I used java

haughty scarab
#

but it complained when i returned an int for part 1 bc it wanted a string

#

so i assumed it also wanted a string for the 2nd

#

i didnt bother with the classes either lmfao

vast sage
#

Now I'm madder because java users aint getting it

haughty scarab
#

idk i think this oa is scuffed

leaden current
#

in the python version their code maps strings to ints for some stupid reason so u need to return everything as a string

#

i was able to pass by doing that

haughty scarab
#

did you write the classes too or nah

leaden current
#

yeah

haughty scarab
#

dang lmao

leaden current
#

i wrote classes for everything they asked

#

walls and everything

#

even wrote stupid ass getPos functions

haughty scarab
#

i see

high kiln
#

in the cpp version they made the return type for the first part vector<int>

#

even though you returned 1 number

leaden current
#

yeah their oa was poorly designed

#

bad company

polar granite
high kiln
#

yeah

#

everyone got the same it seems

buoyant vigil
#

Yea the return type was a list so you literally had to add a single number to a list to return it

brave helm
#

One of friend whole test case passed

echo bronze
#

the oa was janky and the problem description lowkey was inconsistent but in python i was able to get all cases but it was annoying

high kiln
#

bruh

torn zealot
tulip fiber
#

The cpp version is not correct. I checked the main function and basically they add new line between elements