Unknown Language Round 2


A. Goshtasp, Vishtasp and Eidi
time limit per test: 5 seconds
memory limit per test: 256 megabytes
input: standard input
output: standard output

Examples
Input
11
Output
11=11
Input
545
Output
541+3+1=545
----------------------------------------------------------------------------------------------------
B. INI-file
time limit per test: 5 seconds
memory limit per test: 256 megabytes
input: standard input
output: standard output

Examples
Input
11
a= 1
b=a
a = 2
 ; comment
[z]
1=2
[y]
2=3
[z]
2=1
[w]
Output
a=2
b=a
[w]
[y]
2=3
[z]
1=2
2=1
----------------------------------------------------------------------------------------------------
C. Extraordinarily Nice Numbers
time limit per test: 2 seconds
memory limit per test: 256 megabytes
input: standard input
output: standard output

Examples
Input
2
Output
yes
Input
3
Output
no
----------------------------------------------------------------------------------------------------
D. Perse-script
time limit per test: 7 seconds
memory limit per test: 256 megabytes
input: standard input
output: standard output

Examples
Input
"HelloWorld"
Output
"HelloWorld"
Input
REVerse(substr("helloworld",1,5))
Output
"olleh"
Input
conCAT(rEveRSE("olleh"),"world")
Output
"helloworld"
Input
reversE(concAT(substr("hello",1,2),sUbstr("world",1,5,1)))
Output
"dlroweh"
Input
suBstr("Noruz",1,4,2)
Output
"Nr"
----------------------------------------------------------------------------------------------------
E. Ali goes shopping
time limit per test: 5 seconds
memory limit per test: 256 megabytes
input: standard input
output: standard output

Examples
Input
abab
Output
ab
Input
abcd
Output
abcd
----------------------------------------------------------------------------------------------------
F. Oil
time limit per test: 2 seconds
memory limit per test: 256 megabytes
input: standard input
output: standard output

Examples
Input
2 3
1 2
1 2
Output
2
Input
4 4
2 2 3
3 2 3 1
Output
2
Input
2 3
1 1
0
Output
1
----------------------------------------------------------------------------------------------------
G. Fibonacci army
time limit per test: 2 seconds
memory limit per test: 256 megabytes
input: standard input
output: standard output

Examples
Input
2
Output
2
Input
1
Output
1
----------------------------------------------------------------------------------------------------
H. Reverse It!
time limit per test: 4 seconds
memory limit per test: 256 megabytes
input: standard input
output: standard output

Examples
Input
23
Output
32
Input
-032
Output
-23
Input
01234560
Output
654321
----------------------------------------------------------------------------------------------------
I. Goofy Numbers
time limit per test: 2 seconds
memory limit per test: 256 megabytes
input: standard input
output: standard output

Examples
Input
99
Output
happier
Input
29994
Output
happy
Input
23
Output
upset
----------------------------------------------------------------------------------------------------
