Skip to content

Instantly share code, notes, and snippets.

View biscuitehh's full-sized avatar
🍞
yolo

Michael (Biscuit) Thomas biscuitehh

🍞
yolo
View GitHub Profile
import java.util.Scanner;
public class Problem1001ReverseRoot
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
double[] roots = new double[131072];