sCTF.io 2016 Q1 // Tracking (85 points)
Capture the Flag, sCTF.io April 16, 2016This challenge required a program that would take analyze all of the values, and some math to manipulate the given equations.
First off, we are given the location of all 4 satellites. They are;
A: (0, 0, 0)
B: (2000, 0, 0)
C: (2000, 2000, 0)
D: (3000, 1500, 1700)
We are also given equations to find the locations of the input points.… Read more