QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#358124#3298. 旷野大计算daoquanglinh2007640 0ms0kb/1.9kb2024-03-19 17:25:502024-03-19 17:25:50

詳細信息

Test #1:

score: 10
Accepted

input:

1

output:

I
I
+ 1 2
+ 3 3
- 4
O 5

result:

ok The total number of nodes is 6. score: 10

Test #2:

score: 10
Accepted

input:

2

output:

I
< 1 4
+ 1 2
- 3
S 4
O 5

result:

ok The total number of nodes is 6. score: 10

Test #3:

score: 10
Accepted

input:

3

output:

I
< 1 100
S 2
+ 3 3
C 4 -1
O 5

result:

ok The total number of nodes is 6. score: 10

Test #4:

score: 600
Acceptable Answer

input:

4

output:

I
< 1 100
S 2
+ 3 3
C 4 -1
* 1 5
O 6

result:

points 60 The total number of nodes is 7, including type *. score: 6

Test #5:

score: 10
Accepted

input:

5

output:

I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
< 1 31
< 2 30
< 3 29
< 4 28
< 5 27
< 6 26
< 7 25
< 8 24
< 9 23
< 10 22
< 11 21
< 12 20
< 13 19
< 14 18
< 15 17
< 16 16
< 17 15
< 18 14
< 19 13
< 20 12
< 21 11
< 22 10
< 23 9
< 24 8
...

result:

ok The total number of nodes is 95. score: 10

Test #6:

score: 0
Wrong Answer

input:

6

output:

I
> 1 1
< 2 1
- 3
+ 1 4
> 2 1
< 6 1
- 7
+ 2 8
> 6 1
< 10 1
- 11
+ 6 12
> 10 1
< 14 1
- 15
+ 10 16
> 14 1
< 18 1
- 19
+ 14 20
> 18 1
< 22 1
- 23
+ 18 24
> 22 1
< 26 1
- 27
+ 22 28
> 26 1
< 30 1
- 31
+ 26 32
> 30 1
< 34 1
- 35
+ 30 36
> 34 1
< 38 1
- 39
+ 34 40
...

result:

wrong answer Output values don't match

Test #7:

score: 0
Wrong Answer

input:

7

output:


result:

wrong answer The number of output values doesn't match

Test #8:

score: 0
Wrong Answer

input:

8

output:


result:

wrong answer The number of output values doesn't match

Test #9:

score: 0
Wrong Answer

input:

9

output:


result:

wrong answer The number of output values doesn't match

Test #10:

score: 0
Wrong Answer

input:

10

output:


result:

wrong answer The number of output values doesn't match