check50

cs50/problems/2022/python/einstein


:) einstein.py exists

Log
checking that einstein.py exists...

:) input of 1 yields output of 90000000000000000

Log
running python3 einstein.py...
sending input 1...
checking for output "90000000000000000"...

:( input of 14 yields output of 1260000000000000000

Cause
expected "12600000000000...", not "12600000000000..."

Log
running python3 einstein.py...
sending input 14...
checking for output "1260000000000000000"...

Expected Output:
1260000000000000000
Actual Output:
12600000000000000

:( input of 50 yields output of 4500000000000000000

Cause
expected "45000000000000...", not "45000000000000..."

Log
running python3 einstein.py...
sending input 50...
checking for output "4500000000000000000"...

Expected Output:
4500000000000000000
Actual Output:
45000000000000000