#A. 2024 蓝图杯选拔赛 填空题

    Type: Objective

2024 蓝图杯选拔赛 填空题

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

注意: 只填数字

1), 在坐标轴上有一只小青蛙, 一步可以跳跃 22 的长度或者 33 的长度, 它当前位于 xx 位置, 它想跳跃到 yy 位置, 最少需要多少步?

x=0,y=10x = 0, y = 10 时候, 最少跳跃 {{ input(1) }} 步;

x=100,y=1000x = 100, y = -1000 时候, 最少跳跃 {{ input(2) }} 步;

x=100,y=99x = 100, y = 99 时候, 最少跳跃 {{ input(3) }} 步;

x=100,y=100x = 100, y = -100 时候, 最少跳跃 {{ input(4) }} 步;

x=100,y=399x = -100, y = -399 时候, 最少跳跃 {{ input(5) }} 步;

2), 有一根木料长度为 nn 米, 我们需要裁剪为若干块长度为 xx 米的木料和 一块长度为 yy 米的木料, 这块木料中, 我们最多可以有效使用的长度是多少?

x=7,y=5,n=12345x = 7, y = 5, n = 12345 时候, 我们能利用的长度为 {{ input(6) }} 米;

x=5,y=0,n=4x = 5, y = 0, n = 4 时候, 我们能利用的长度为 {{ input(7) }} 米;

x=10,y=5,n=15x = 10, y = 5, n = 15 时候, 我们能利用的长度为 {{ input(8) }} 米;

x=17,y=8,n=54321x = 17, y = 8, n = 54321 时候, 我们能利用的长度为 {{ input(9) }} 米;

x=499999993,y=9,n=1000000000x = 499999993 , y = 9, n = 1000000000 时候, 我们能利用的长度为 {{ input(10) }} 米;

3), 奇怪的公寓, 有一个奇怪的公寓, 它的一楼有 xx 个房间, 编号为 1x1 \sim x , 其余楼层每层楼有 yy 个房间, 高楼层的房间号一定大于低楼层的房间号, 我们知道你住在 nn 号房间, 现在告诉你 n,x,yn, x, y, 我们想知道你住在几楼? 房间号是一个排列, 没有缺漏的房间号

x=2,y=3,n=7x = 2, y = 3, n = 7 时候, 你住在 {{ input(11) }} 楼;

x=3,y=5,n=1x = 3, y = 5, n = 1 时候, 你住在 {{ input(12) }} 楼;

x=5,y=5,n=22x = 5, y = 5, n = 22 时候, 你住在 {{ input(13) }} 楼;

x=9,y=13,n=987x = 9, y = 13, n = 987 时候, 你住在 {{ input(14) }} 楼;

x=12,y=23,n=789x = 12, y = 23, n = 789 时候, 你住在 {{ input(15) }} 楼;

4), 我们有两个正整数 l,rl, rlrl \le r , 我们希望从 l,rl, r 中选择两个整数 a,ba, b, 满足 lbarl \le b \le a \le r, 使得 aa 除以 bb 的余数最大, 我们想知道这个最大的余数是多少。

l=1,r=1l = 1, r = 1 时候, 我们得到的最大余数是 {{ input(16) }} ;

l=999,r=1000l = 999, r = 1000 时候, 我们得到的最大余数是 {{ input(17) }} ;

l=8,r=26l = 8, r = 26 时候, 我们得到的最大余数是 {{ input(18) }} ;

l=3456789,r=9876543l = 3456789, r = 9876543 时候, 我们得到的最大余数是 {{ input(19) }} ;

l=1,r=999999999l = 1, r = 999999999 时候, 我们得到的最大余数是 {{ input(20) }} ;

[NOI2024] 蓝图杯夏令营选拔赛(复现赛)

Not Attended
Status
Done
Rule
Ledo
Problem
11
Start at
2024-7-7 8:00
End at
2024-11-9 8:00
Duration
3000 hour(s)
Host
Partic.
99