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

Problems18
Submissions19
Dec
2020
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2021
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2022
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2023
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2024
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Viacheslav_Shevcenko has joined contest UOI 2025, Day 28 months ago
Viacheslav_Shevcenko has joined contest UOI 2025, Day 18 months ago
Viacheslav_Shevcenko left a comment in discussion The vouchers (#6)9 months ago

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 attempt9 months ago
Viacheslav_Shevcenko solved problem Annihilator Gun (#11727) on first attempt9 months ago
Viacheslav_Shevcenko has joined contest Eolymp Cup #29 months ago
Viacheslav_Shevcenko has joined contest Eolymp Cup #19 months ago
Viacheslav_Shevcenko has joined contest Weekend Practice #12 years ago
Viacheslav_Shevcenko has joined contest ARIO 2024, Semifinals, 8-9 grades2 years ago
Viacheslav_Shevcenko has joined contest ARIO 2024, Semifinals, 10-11 grades2 years ago
Viacheslav_Shevcenko solved problem Degree of symmetry (#19) on first attempt2 years ago
Viacheslav_Shevcenko solved problem How many times to repeat? (#20) on first attempt2 years ago
Viacheslav_Shevcenko solved problem Array Partition (#11664) on first attempt2 years ago