Basecamp
    Home
    Problems
    Contests
    Courses
    Rating
    Posts
    Store
    Discord
Viacheslav_Shevcenko
Sign in
Viacheslav_Shevcenko
Ukraine
Ukraine
Joined Sep 24, 2023
OverviewPosts

Problems21
Submissions23
4月
5月
6月
7月
8月
9月
10月
11月
12月
2021
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
2022
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
2023
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
2024
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
2025
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
2026
2月
Viacheslav_Shevcenko solved problem Wires (#872) on 2 attempt4 か月前
Viacheslav_Shevcenko solved problem Contemporary Art (#5990) on 2 attempt4 か月前
Viacheslav_Shevcenko solved problem Dancing school (#160) on 5 attempt4 か月前
Viacheslav_Shevcenko has joined contest UOI 2025, Day 212 か月前
Viacheslav_Shevcenko has joined contest UOI 2025, Day 112 か月前
Viacheslav_Shevcenko left a comment in discussion The Vouchers (#6)1 年前

Andremaxico How did you manage to get such results? Maybe you misunderstood the problem. Here are a few possible outcomes in the example:

  • Selling first, second, third, then fourth ticket respectively: max(2 - 0, 0) * 37 + max(3 - 1, 0) * 45 + max(1 - 2, 0) * 46 + max(4 - 3, 0) * 30 = 194

  • Selling fourth, third, second, then first ticket respectively:max(4 - 0, 0) * 30 + max(1 - 1, 0) * 46 + max(3 - 2, 0) * 45 + max(2 - 3, 0) * 37 = 165

  • Selling second, first, fourth, then third ticket respectively(the maximum possible result):max(3 - 0, 0) * 45 + max(2 - 1, 0) * 37 + max(4 - 2, 0) * 30 + max(1 - 3, 0) * 46 = 232

Viacheslav_Shevcenko solved problem The Vouchers (#6) on 2 attempt1 年前
Viacheslav_Shevcenko solved problem Annihilator Gun (#11727) on first attempt1 年前
Viacheslav_Shevcenko has joined contest Eolymp Cup #21 年前
Viacheslav_Shevcenko has joined contest Eolymp Cup #11 年前
Viacheslav_Shevcenko has joined contest Weekend Practice #12 年前
Viacheslav_Shevcenko has joined contest ARIO 2024, Semifinals, 8-9 grades2 年前
Viacheslav_Shevcenko has joined contest ARIO 2024, Semifinals, 10-11 grades2 年前
Viacheslav_Shevcenko solved problem Degree of symmetry (#19) on first attempt2 年前
Viacheslav_Shevcenko solved problem How many times to repeat? (#20) on first attempt2 年前
Viacheslav_Shevcenko solved problem Array Partition (#11664) on first attempt2 年前