"A common mistake people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools."
-
Douglas Adams
good coding!
next
keep coding on this level
Use the multiplication operator *
and the division operator /
to calculate the passwords.
transmission
x
// Double the number of
// US presidents
login(45 * 2)
xxxxxxxxxx
// One one-hundredth of
// the speed of light
login(300000000 / 100)
xxxxxxxxxx
// The volume of a cube
// with side length 6
login( )
xxxxxxxxxx
// The area of a triangle
// with base 11 and height 8
login( )