cf/mirror

Bits of merry old England

CF
132E2700· international gm2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
7 2
1 2 2 4 2 1 2
Output
11 4
b=1
print(b)
a=2
print(a)
print(a)
b=4
print(b)
print(a)
b=1
print(b)
print(a)
Sample 2of 2
Input
6 3
1 2 3 1 2 3
Output
9 4
c=1
print(c)
b=2
print(b)
a=3
print(a)
print(c)
print(b)
print(a)
132E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…