QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#496836#7259. Robotsucup-team1005#WA 310ms79388kbC++204.5kb2024-07-28 16:25:142024-07-28 16:25:14

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 55392kb

input:

5 10
1 0 U
3 1 U
1 2 R
1 1 L
0 1 R

output:

1 10
3 6
9 2
-8 1
8 1

result:

ok 10 numbers

Test #2:

score: -100
Wrong Answer
time: 310ms
memory: 79388kb

input:

100000 1000000000000000000
158260522 833086986 U
158260522 426364560 L
158260522 759037020 R
158260522 427764980 L
158260522 603003082 L
158260522 781408312 L
158260522 596708907 U
158260522 589131680 D
158260522 30921931 L
158260522 867704537 L
158260522 594273744 R
158260522 45480206 D
158260522 5...

output:

158260522 1000000000833086986
-999999998759780414 426364560
999999999720964070 759037020
-999999998762711616 427764980
-999999999099004696 603003082
-999999999447048678 781408312
158260522 999999999842071560
158260522 -999999998641654820
-999999998003116629 30921931
-999999999807121927 867704537
999...

result:

wrong answer 3rd numbers differ - expected: '-999999999434892416', found: '-999999998759780414'