#~OR Test~#
int x;
def int main(){ x=1||0; print(x); return 2;}