Stories
Slash Boxes
Comments

SoylentNews is people

posted by chromas on Friday April 20 2018, @12:34PM   Printer-friendly
from the association-for-soylent-machinery-(asm)-international-collegiate-dept-naming-contest dept.

Moscow State University Team Wins World Finals of the ACM International Collegiate Programming Contest

The 2018 World Finals of the Association for Computing Machinery (ACM) International Collegiate Programming Contest (ICPC) culminated today at Peking University in Beijing, China. Three students from Moscow State University earned the title of 2018 World Champions. Teams from the Moscow Institute of Physics and Technology, Peking University and The University of Tokyo placed in second, third and fourth places and were recognized with gold medals in the prestigious competition.

ACM ICPC is the premier global programming competition conducted by and for the world's universities. The global competition is conceived, operated and shepherded by ACM, sponsored by IBM, and headquartered at Baylor University. For more than four decades, the competition has raised the aspirations and performance of generations of the world's problem solvers in computing sciences and engineering.

In the competition, teams of three students tackle eight or more complex, real-world problems. The students are given a problem statement, and must create a solution within a looming five-hour time limit. The team that solves the most problems in the fewest attempts in the least cumulative time is declared the winner. This year's World Finals saw 140 teams competing. Now in its 42nd year, ICPC has gathered more than 320,000 students from around the world to compete since its inception.

[...] For full results, to learn more about the ICPC, view historic competition results, or investigate sample problems, please visit https://icpc.baylor.edu.

NOTE: All links to the ICPC site presented here are reduced from what appear to be tracking URLs present in the source article.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1) by sorokin on Saturday April 21 2018, @02:37PM

    by sorokin (187) on Saturday April 21 2018, @02:37PM (#670053)

    On this competition teams are ranked in the following way
    1. Firstly they are ranked by number of problems solved (more is better)
    2. If some teams got the same number of problems solved they are ranked by number of point they got (fewer (sic!) is better )

    So team should solve are many problems as they could and get as few points as possible.

    Points are calculated in the following way:
    1. For each solved problem the team gets one point for each minute elapsed since the beginning of tournament (total time 300 minutes).
    2. For each solved problem the team gets 20 points for each previously unsuccessful submission of this problem.

    For example if you solved 3 problems, the first on the minute 10, the second on the minute 30, the third on the minute 100 with 2 unsuccessful submissions, then your total score is 10 + 30 + 100 + 40 = 180 points.