SIZECON - Size Contest

no tags 

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

hide comments
dingledooper1: 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 ;)

Alessandro Amici: 2022-04-03 17:17:14

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!

saswatpanda: 2021-10-01 10:27:43

111 in python3

adhithyasriniv: 2020-09-27 13:16:06

113 in python for me

manxmaniac: 2020-08-21 17:09:34

134 c++ what does this mean?

ss0512: 2020-06-22 06:29:55

why is number showing instead of right or wrong answer? mine was 119

dharuvverma21: 2020-05-24 10:28:18

229 in C++14

rahul_1729: 2020-05-19 18:48:59

111 in C++

wowthecoder: 2020-05-19 06:23:43

181 in Java! by limiting all the variable names and even the class name to 1 alphabet... I think that's the highest one can get with java, since the main void is so long (public static void main(String[] args))

ichbinmandeep: 2020-04-28 12:45:46

153 in c++


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