module app;

import lib;

int main()
{
    lib_print_root(1522756.0);
    return lib_calc_square(4) - 16;
}