From ee045c1425e94f943de00500e8c4eca686151730 Mon Sep 17 00:00:00 2001 From: Jacob Magnuson Date: Fri, 17 Feb 2017 01:44:44 -0500 Subject: [PATCH] gramer guuder --- things-add-up/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/things-add-up/description.md b/things-add-up/description.md index 162d699..a0696c4 100644 --- a/things-add-up/description.md +++ b/things-add-up/description.md @@ -5,7 +5,7 @@ Output goes to STDOUT - `cout`, `print`, and `System.out`. Your program will be ours for each testcase, this problem will be marked solved. We'll start with a simple challenge. Each testcase has two lines of input. The first will contain an integer `N`. The second will contain a -series of integers `a_1, a_2, ..., a_N`. You are to output the sum of all that series - that is, `a_1 + a_2 + ... + a_n`. Good luck! +series of integers `a_1, a_2, ..., a_N`. You are to output the sum of that series - that is, `a_1 + a_2 + ... + a_n`. Good luck! #### Input Constraints