zefreh
Junior Member level 3
Hi all
I need a function that has the following property :
It has any arbitrary inouts ( for example a,b,c,d )
f(a,b,c,d)=A
f(R,b,c,d)=B
f(R,S,c,d)=C
f(R,S,T,d)=D
But
f(R,S,T,U)=A (Note that f(a,b,c,d)=A )
A,B,C,D,R,S,T,U are also arbitrary integers.
also this function must be stateless and no memory.
Regard.
I need a function that has the following property :
It has any arbitrary inouts ( for example a,b,c,d )
f(a,b,c,d)=A
f(R,b,c,d)=B
f(R,S,c,d)=C
f(R,S,T,d)=D
But
f(R,S,T,U)=A (Note that f(a,b,c,d)=A )
A,B,C,D,R,S,T,U are also arbitrary integers.
also this function must be stateless and no memory.
Regard.