QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#814068#9879. ReTravelucup-team3647#WA 0ms3628kbC++2316.2kb2024-12-14 14:58:412024-12-14 14:58:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3600kb

input:

2
3 3
1 2

output:

6

result:

ok "6"

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3628kb

input:

3
2 2
3 3
1 3

output:

6

result:

wrong answer 1st words differ - expected: '7', found: '6'