b

Codeforces Round #242 (Div. 2) B

不羁的心 提交于 2021-02-08 06:37:49
question B. Megacity time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output The administration of the Tomsk Region firmly believes that it's time to become a megacity (that is, get population of one million). Instead of improving the demographic situation, they decided to achieve its goal by expanding the boundaries of the city. The city of Tomsk can be represented as point on the plane with coordinates ( 0 ; 0 ). The city is surrounded with n other locations, the i -th one has coordinates ( x i , y i ) with the population of k i people.

Does anyone have a working B compiler? [closed]

老子叫甜甜 提交于 2021-02-04 09:59:10
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Improve this question Does anyone know where I could get a good B compiler? I have searched for a B compiler for some time now, but have been having some difficulty finding anything complete for a Windows or Linux system. Here is an example of B: main( ) { auto a, b, c, sum; a = 1; b =