SIZECON - Size Contest

Given the set of integers, find the sum of all positive integers in it. Solutions can be sent in any language supported by SPOJ except Whitespace.

Input

t – number of test cases [t < 1000]
On each of next t lines given a integer N [-1000 <= N <= 1000]

Output

One integer equals to sum of all positive integers.

Score

Score equals to size of source code of your program except symbols with ASCII code <= 32.

Example

Input:
4
5
-5
6
-1

Output:
11

Added by:Roman Sol
Date:2005-06-23
Time limit:2s
Source limit:10000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ERL JS-RHINO NODEJS PERL6 VB.NET WHITESPACE
Resource:ZCon & RSDN

hide comments
2024-03-10 00:02:22 Alessandro Amici
@dingledooper1 I came back to this problem today and I saw your 16, chapeau! You were right, I had missed a simple improvement of my 20 solution two years ago :facepalm: i can't belive this puzle is still this fun after 10 years :)
2023-07-13 06:21:10
2196 in c++, what does this mean?
2023-06-12 01:10:07
173 C++
2022-07-17 04:37:21
@Alessandro Amici Wow, very clever! I would never have thought that the score could get this low. Well soon after getting 20, i managed to lower it to 16 (24 in py3). I believe you're close, but still missing something ;)
2022-04-03 17:17:14 Alessandro Amici
8 years after my last best score with python 2 and 3 (28 and 31) I had a new idea: I'm in awe as I managed to do 20 with python 2 and 28 with python 3!
2021-10-01 10:27:43
111 in python3
2020-09-27 13:16:06
113 in python for me
2020-08-21 17:09:34
134 c++ what does this mean?
2020-06-22 06:29:55
why is number showing instead of right or wrong answer? mine was 119
2020-05-24 10:28:18
229 in C++14
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.