From 608f4aaf972024fd69d6a3e04021a72ee3d5d101 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:20:47 +0000 Subject: Mon, Feb 19, 2024, 12:20 PM -08:00 --- wk3/pset/runoff/runoff.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'wk3/pset/runoff') diff --git a/wk3/pset/runoff/runoff.c b/wk3/pset/runoff/runoff.c index f8a17fd..4295300 100644 --- a/wk3/pset/runoff/runoff.c +++ b/wk3/pset/runoff/runoff.c @@ -141,7 +141,10 @@ bool vote(int voter, int rank, string name) // Tabulate votes for non-eliminated candidates void tabulate(void) { - // TODO + for (int i = 0; i < candidate_count; i++) + { + + } return; } -- cgit v1.2.3