Submission #923246

# Submission time Handle Problem Language Result Execution time Memory
923246 2024-02-07T03:30:02 Z MinhAnhnd Speedrun (RMI21_speedrun) C++14
0 / 100
8 ms 464 KB
#include "speedrun.h"

void assignHints(int subtask, int N, int A[], int B[]) { /* your solution here */
    setHintLen(N);
    for(int i = 1;i<=N;i++){
        setHint(A[i],B[i],1);
        setHint(B[i],A[i],1);
    }
}

void speedrun(int subtask, int N, int start) { /* your solution here */

}
# Verdict Execution time Memory Grader output
1 Incorrect 8 ms 344 KB Invalid node index for setHint
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 344 KB The length is too large
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB The length is too large
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 464 KB The length is too large
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB The length is too large
2 Halted 0 ms 0 KB -