Teams from variaous universities compete in ICPC regional contests for tickets to the ICPC World Finals. The number of tickets allocated to every regional contest may be different. The allocation method in our super region, Asia Pacific, is based on a parameter called site score. Site scores will only count teams and universities solving at least one problem, in the regional contest or its preliminary contest TOPC. In 2020, the formula for calculating the site score of the Taipei-Hsinchu regional contest is much simpler than past years. Let UR be the number of universities solving at least one problem in the regional contest. TR be the number of teams solving at least one problem in the regional contest. UO be the number of universities solving at least one problem in TOPC. TO be the number of teams solving at least one problem in TOPC. The site score of 2020 Taipei-Hsinchu regional contest will be 56UR +24TR +14UO +6TO. Please write a program to compute the site score of the 2020 Taipei-Hsinchu regional contest.
Teams from variaous universities compete in ICPC regional contests for tickets to the ICPC World Finals. The number of tickets allocated to every regional contest may be different. The allocation method in our super region, Asia Pacific, is based on a parameter called site score. Site scores will only count teams and universities solving at least one problem, in the regional contest or its preliminary contest TOPC. In 2020, the formula for calculating the site score of the Taipei-Hsinchu regional contest is much simpler than past years. Let • UR be the number of universities solving at least one problem in the regional contest. • TR be the number of teams solving at least one problem in the regional contest. • UO be the number of universities solving at least one problem in TOPC. • TO be the number of teams solving at least one problem in TOPC. The site score of 2020 Taipei-Hsinchu regional contest will be 56UR +24TR +14UO +6TO. Please write a program to compute the site score of the 2020 Taipei-Hsinchu regional contest.