using System.Collections.Generic;
public static string line;
public static void Main()
WebClient client = new WebClient();
Stream stream = client.OpenRead("https://pastebin.com/raw/Q85brjEq");
StreamReader reader = new StreamReader(stream);
List<int> parsed_ints = new List<int>();
while ((line = reader.ReadLine()) != null)
int.TryParse(line, out i);
for (int i = 2; i < parsed_ints.Count; i++)
int a = parsed_ints[i-2];
int b = parsed_ints[i-1];
if (sum > last_sum) times++;
Console.WriteLine(times);