2023-2024賽季的USACO考試已于12月18日正式結束,晉級賽的最新試題也已經公布。近日,USACO官方公布了2023-2024賽季首場月賽的晉級分數線。如果沒有晉級,12月可以當做一個練手+熟悉賽制的環節,1、2月的月賽持續發力,USACO可以重復挑戰。
今天給大家分享白金級試題和解析,參賽的同學來看看解題思路,沒參賽的同學來看看難度如何?
USACO 2023年12月白金級第一題
Farmer John has N (2≤N≤105) cows labeled 1…N, where the connections between cows are described by a tree. Unfortunately, there is a sickness spreading throughout.
Initially, some cows start off infected. Every night, an infected cow spreads the sickness to their neighbors. Once a cow is infected, she stays infected. After some amount of nights, Farmer John realizes that there is an issue so he tests his cows to determine who has the sickness.
You are given Q(1≤Q≤20) different values for the number of nights, each an integer in the range [0,N].
For each number of nights, determine the minimum number of cows that could have started with the illness, or that the number of nights is inconsistent with the given information.
INPUT FORMAT (pipe stdin):
The first line contains N.
The next line contains a bit string of length N, where the ith bit is 1 if the ith cow is infected and 0 otherwise. At least one cow is infected.
The next N?1 lines contain the edges of the tree.
Then Q, followed by the Q values for the number of nights.
OUTPUT FORMAT (pipe stdout):
Q lines, the answers for each number of nights, or ?1 if impossible.
SAMPLE INPUT:
5
11111
1 2
2 3
3 4
4 5
6
5
4
3
2
1
0
SAMPLE OUTPUT:
1
1
1
1
2
5
For the first four queries, one possibility is that just cow 3 started with the illness. For the fifth query (1 night), one possibility is that cows 2 and 4 started with the illness. For the sixth query (0 nights), one possibility is that all five cows started with the illness.
SAMPLE INPUT:
10
1111111111
1 2
2 3
2 4
2 5
2 6
6 7
7 8
8 9
9 10
11
0
1
2
3
4
5
6
7
8
9
10
SAMPLE OUTPUT:
10
3
2
1
1
1
1
1
1
1
1
For the first query (0 nights), one possibility is that all ten cows started with the illness. For the second query (1 night), one possibility is that cows 2, 7, and 9 started with the illness. For the third query (2 nights), one possibility is that cows 2 and 9 started with the illness. For the fourth to eleventh queries, one possibility is that just cow 7 started with the illness.
SAMPLE INPUT:
5
11100
1 2
2 3
3 4
4 5
6
0
1
2
3
4
5
SAMPLE OUTPUT:
3
1
1
-1
-1
-1
For the first query (0 nights), one possibility is that cows 1, 2, and 3 started with the illness. For the second query (1 night), one possibility is that just cow 2 started with the illness. For the third query (2 nights), one possibility is that just cow 1 started with the illness. For the fourth through sixth queries, there is no consistent possibility.
SCORING:
Inputs 4-5: N≤10
Inputs 6-8: All cows are infected.
Inputs 9-11: N≤400
Inputs 12-23: No additional restrictions.
Problem credits: Suhas Nagar and Brandon Wang
部分代碼截圖:

USACO歷年真題及參考書,掃碼領取!【翰林提供報名指導服務】
USACO歷年真題及參考書

2023-2024年USACO活動時間
第一次月賽:2023年12月15日-18日
第二次月賽:2024年1月26日-29日
第三次月賽:2024年2月16日-19日
美國公開賽:2024年3月15日-18日
(中國學生只能參加到公開賽)
集訓營:2024年5月23日-6月1日
EGOI:2024年7月21日-27日(荷蘭)
IOI:2024年9月1日-8日(埃及)
報名方式:參賽者可隨時在官網注冊賬號,注冊。報名,只需在活動時間登陸完成答題即可。
官網地址:usaco.org
提交之后,官網會發送一份郵件到您郵箱,郵件中有賬號密碼
利用已知的賬號于密碼,登錄USACO賬號,即可開始考試
以上就是關于【2023-2024年USACO首次月考題目出爐!白金級第一題真題及解析】的解答,如需了解學校/賽事/課程動態,可至翰林教育官網獲取更多信息。
往期文章閱讀推薦:
耗時一年備考 USACO 卻毫無收獲?一文教你找準最佳備考起步時間!
別等開學漲價!折上滿減+最高75折+千元推薦禮!翰林9周年鉅惠,速搶席位!

? 2026. All Rights Reserved. 滬ICP備2023009024號-1