반응형
[codeforces] A. HQ9+
알고리즘(Python,Java)2019. 12. 26. 17:16[codeforces] A. HQ9+

A. HQ9+ time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output HQ9+ is a joke programming language which has only four one-character instructions: "H" prints "Hello, World!", "Q" prints the source code of the program itself, "9" prints the lyrics of "99 Bottles of Beer" song, "+" increments the value stored in the internal accumulator. Instr..

[codeforces] A. Twins
알고리즘(Python,Java)2019. 12. 23. 19:03[codeforces] A. Twins

Imagine that you have a twin brother or sister. Having another person that looks exactly like you seems very unusual. It's hard to say if having something of an alter ego is good or bad. And if you do have a twin, then you very well know what it's like. Now let's imagine a typical morning in your family. You haven't woken up yet, and Mom is already going to work. She has been so hasty that she h..

[codeforces] A. Soldier and Bananas
알고리즘(Python,Java)2019. 12. 7. 17:35[codeforces] A. Soldier and Bananas

A soldier wants to buy w bananas in the shop. He has to pay k dollars for the first banana, 2k dollars for the second one and so on (in other words, he has to pay i·k dollars for the i-th banana). He has n dollars. How many dollars does he have to borrow from his friend soldier to buy w bananas? Input The first line contains three positive integers k, n, w (1 ≤ k, w ≤ 1000, 0 ≤ n ≤ 109), the cos..

[codeforces] Lucky Division
알고리즘(Python,Java)2019. 11. 29. 13:42[codeforces] Lucky Division

Petya loves lucky numbers. Everybody knows that lucky numbers are positive integers whose decimal representation contains only the lucky digits 4 and 7. For example, numbers 47, 744, 4 are lucky and 5, 17, 467 are not. Petya calls a number almost lucky if it could be evenly divided by some lucky number. Help him find out if the given number n is almost lucky. Input The single line contains an in..

[codeforces] Tram
알고리즘(Python,Java)2019. 11. 27. 17:17[codeforces] Tram

A. Tram Linear Kingdom has exactly one tram line. It has n stops, numbered from 1 to n in the order of tram's movement. At the i-th stop ai passengers exit the tram, while bi passengers enter it. The tram is empty before it arrives at the first stop. Also, when the tram arrives at the last stop, all passengers exit so that it becomes empty. Your task is to calculate the tram's minimum capacity s..

[codeforces] A. Chat room
알고리즘(Python,Java)2019. 11. 25. 20:52[codeforces] A. Chat room

A. Chat room Vasya has recently learned to type and log on to the Internet. He immediately entered a chat room and decided to say hello to everybody. Vasya typed the word s. It is considered that Vasya managed to say hello if several letters can be deleted from the typed word so that it resulted in the word "hello". For example, if Vasya types the word "ahhellllloou", it will be considered that ..

반응형
image