C2. Junction Board Assembly v. You
time limit per test
1 с
memory limit per test
256 МБ
input
standard input
output
standard output

Congratulations on picking up Grigory's work and making sure his problem is ready for the competition. Midnight Cloud Computing has been impressed by your determination and ingenuity, and has requested your help with one more task.

Once again, there's a model solution written for the JB (JunctionBoard) chip by your coworker—who mysteriously vanished while searching for Pafos Island. Her solution is included in the archive "problem-c2-model.zip".

The competition is happening today — please generate model output data for this problem as well. Once again, remember that the JB chip operates modulo $$$2^{32}$$$, so all outputs should also be computed modulo $$$2^{32}$$$.

Input

You are given a zip archive "problem-c2-inputs.zip" with $$$10$$$ tests: 01, 02, $$$\ldots$$$, 10.

Each test file consists of a single line containing a positive integer.

Output

As an answer, you should submit a zip archive with files 01.out, 02.out, $$$\ldots$$$, 10.out. Some of the files may be missing.

Each file should contain a single integer — the result of running the missing coworker's code on the corresponding input. JB chip operates modulo $$$2^{32}$$$, so your output should also be computed modulo $$$2^{32}$$$.

Scoring

You will get 1 point for each correct output which will be transformed to the score of $$$60$$$ in the scoreboard.

Problem by JetBrains