| SPC 2019 |
|---|
| Finished |
| # | Name | ||
|---|---|---|---|
| A |
standard input/output
1 s, 256 MB
|
|
|
| B |
standard input/output
2 s, 256 MB
|
|
|
| C |
standard input/output
1 s, 256 MB
|
|
|
| D |
standard input/output
1 s, 256 MB
|
|
|
| E |
standard input/output
2 s, 256 MB
|
|
|
| F |
standard input/output
1 s, 256 MB
|
|
|
| G |
standard input/output
3 s, 256 MB
|
|
|
| H |
standard input/output
1 s, 256 MB
|
|
|
| I |
standard input/output
5 s, 512 MB
|
|
|
| J |
standard input/output
1 s, 256 MB
|
|
|
| K |
standard input/output
1 s, 256 MB
|
|
|
| L |
standard input/output
1 s, 256 MB
|
|
|
| Question | Answer | |
|---|---|---|
|
2019-11-09 15:25:43
|
Problem G. Large array ***** in the statement it says( 1 \leq l \leq r \leq n) but in the first test case l = 0 , was there a typo ? |
Sorry it is a mistake in the statements
the arrays are 0-indexed the answer should be (0 <= l <= r < n) |
|
2019-11-09 13:42:54
|
Problem K. The Dragon and the Kingdom of Trees ***** The K nonintersecting subarrays are attacked once, or can be attacked multiple times? Also, in case we can choose K nonintersecting subarrays multiple times, do they have to chosen K subarrays have to be same every time? |
In every year, you can choose not attack or you can choose to attack k subarrays.
you don't have to attack the same k subarrays every year. In every year you should attack every subarray exactly once, you can't attack the same sub-array more than one time in the same year, but you can attack it in a different year. |
| Name |
|---|


