Problem C
Sequence
Languages
da
de
en
et
fi
lt
lv
pl
uk
A sequence of positive integers
For instance, given the weights
Your task is to determine the values
Input
The first line of input consists of the integer
Output
Print
Constraints and Scoring
We always have
Your solution will be tested on a set of test groups, each worth a number of points. Each test group contains a set of test cases. To get the points for a test group you need to solve all test cases in the test group. Your final score will be the maximum score of a single submission.
Group |
Points |
Constraints |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No additional constraints |
Sample Input 1 | Sample Output 1 |
---|---|
3 10 42 1 |
10 52 53 |