long add_variables(long x, long y, int z){
    return x + y + z;
}