| Baozii Cup 3 |
|---|
| Finished |
In this problem, you need to write a program to solve a problem in a C-like language called MiniC.
You are given an implementation of an interpreter of MiniC, written in C++, in the contest materials section. You are also given a PDF file containing technical details about this language. You may explore freely using the provided source code.
Write a program in MiniC to solve the following problem:
Your MiniC program can use at most $$$256$$$ megabytes of memory and should take at most $$$1$$$ second to execute. Note that if your MiniC program gets a Compile Error, Runtime Error, Time Limit Exceeded, or Memory Limit Exceeded, your submission will get the Wrong Answer verdict.
Output the program you wrote. Your program size should not exceed $$$5000$$$ characters.
50 3 1 4 2
5 2 5 4 5
Note that the sample input is what your MiniC program will receive, and the sample output is what your MiniC program should output. Your submitted code, in whatever language, should print the source code of your MiniC program.
| Name |
|---|


