9 lines
156 B
Text
9 lines
156 B
Text
|
|
#import std
|
||
|
|
#import nat
|
||
|
|
#import sol
|
||
|
|
|
||
|
|
#fix general_function_fixer 0
|
||
|
|
|
||
|
|
F = ~&?\1! difference^/~& M+ F+ predecessor
|
||
|
|
M = ~&?\0! difference^/~& F+ M+ predecessor
|