Ralph And His Magic Field
894B1800· expert1s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
1 1 -1
Output
1
Sample 2of 3
Input
1 3 1
Output
1
Sample 3of 3
Input
3 3 -1
Output
16
58%
894B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
1 1 -1
1
1 3 1
1
3 3 -1
16