Skip to content
bradendubois edited this page Jun 9, 2021 · 6 revisions

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.

Clone this wiki locally