QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#495482#9134. Building a Fenceucup-team1400#WA 0ms3968kbC++20780b2024-07-27 21:09:322024-07-27 21:09:34

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3968kb

input:

7
7 9 4
1 1 2
1 1 4
4 6 2
3 3 5
10 6 4
1 11 5

output:

25
$0 = 1 + $1
$2 = $1 * $2
$3 = $2 / 2
$0 = $0 + $3
$2 = $1 * $2
$3 = $2 / 6
$0 = $0 + $3
$2 = $1 * $2
$3 = $2 / 24
$0 = $0 + $3
$2 = $1 * $2
$3 = $2 / 120
$0 = $0 + $3
$2 = $1 * $2
$3 = $2 / 720
$0 = $0 + $3
$2 = $1 * $2
$3 = $2 / 5040
$0 = $0 + $3
$2 = $1 * $2
$3 = $2 / 40320
$0 = $0 + $3
$2 = $1...

result:

wrong answer 1st numbers differ - expected: '8', found: '25'