cold - bradendubois/competitive-programming GitHub Wiki

Cold-puter Science

ID: cold

Difficulty: 1.3

CPU Time: 1 second

Memory: 1024 MB

Solution

Trivial, just read in n numbers and if the number read in is < 0, increment a tally, which is output at the end.