示例#1
0
def solve_2_2():
    solution2 = Solution()
    nt_lang, nt, x2, nt_real = solution2.calculate_2(3349.6, 2421.7, 151.95,
                                                     3376.0, 2639.9, 2566.2,
                                                     1998.0)
    return nt_lang, nt, x2, nt_real
示例#2
0
def solve_2_1():
    solution2 = Solution()
    nt_lang, nt, x2, nt_real = solution2.calculate_2(3349.6, 2183.6, 151.95,
                                                     3344.6, 2965.5, 2566.2,
                                                     1998.0)
    return nt_lang, nt, x2, nt_real