cf/mirror

N Machines

CF
1753E3300· legendary gm1s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
3 2 1 3
* 2
+ 1
+ 1
Output
6
Sample 2of 3
Input
4 2 2 2
* 2
+ 1
* 3
+ 2
Output
21
Sample 3of 3
Input
8 2 1 1
* 2
+ 1
* 4
+ 1
+ 1
+ 1
* 5
+ 3
Output
240
1753E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)