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
sonuverma: 2017-12-30 06:59:04

88 in c

Last edit: 2018-01-18 06:11:38
monil_ladha: 2017-10-16 16:20:28

62 in python!!

urojony: 2017-09-25 18:35:55

I'm quite sure that in some test cases there are more than t+1 numbers. It should be repaired or at least mentioned.

mozzie: 2017-09-23 21:12:31

67 python

determination_: 2017-09-14 20:36:13

98 XD
c++

Last edit: 2017-09-14 20:40:09
rushikeshkoli: 2017-09-07 10:32:46

140 in C.

balaram_tupili: 2017-07-03 05:49:03

score mean ??

vaibhavs825: 2017-06-29 20:40:58

103 in cpp... can we decrease this?

likhith: 2017-04-22 11:56:54

i am getting 140 in result ...what does that mean

xyz_123: 2017-04-02 20:49:39

172 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