QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#732081#5663. Tangle: A DAG for storing transactionsZhangYiDeWA 1ms4232kbC++231003b2024-11-10 13:05:222024-11-10 13:05:22

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 4232kb

input:

6 12
2 0 1 3
3 0 2 2
4 1 2 1
5 2 3 3
6 3 4 4
7 3 5 5

output:

2 18
3 14

result:

wrong answer 3rd lines differ - expected: '2', found: ''