Skip to content

app is Crashed  #3

@ALAZZURRI

Description

@ALAZZURRI

hi bro how are u
app is Crashed

here

fun padSequence(
    sequence : IntArray
) : IntArray {
    val paddedSequence = IntArray( 120 ){ 0 }
    sequence.forEachIndexed { index, i ->
        paddedSequence[i] = index
    }
    return paddedSequence
}

java index out of bounds exception

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions