Water collected between towers: Difference between revisions

Content added Content deleted
(→‎{{header|Factor}}: Wasn't aware of cumulative max word from math.statistics vocab; use that instead of rolling my own.)
m (→‎{{header|C++}}: Remove vanity tags)
Line 383: Line 383:


=={{header|C++}}==
=={{header|C++}}==
<lang cpp>/*
<lang cpp>
Author: Kevin Bacon [haxifix (@gmail.com)]
Date: 2018-05-19
*/
#include <iostream>
#include <iostream>
#include <vector>
#include <vector>