Skip to main content
Commonmark migration
Source Link

#Ruby, 52

Ruby, 52

t=gets.to_i;s=0;t.times{i=gets.to_i;s+=i if i>0};p s 

#Ruby, 52

t=gets.to_i;s=0;t.times{i=gets.to_i;s+=i if i>0};p s 

Ruby, 52

t=gets.to_i;s=0;t.times{i=gets.to_i;s+=i if i>0};p s 
added 2 characters in body
Source Link
david4dev
  • 693
  • 3
  • 11

#Ruby, 5052

t=gets.to_i;s=0;t.times{i=gets.to_i;s+=i if i>0};s;p s 

#Ruby, 50

t=gets.to_i;s=0;t.times{i=gets.to_i;s+=i if i>0};s 

#Ruby, 52

t=gets.to_i;s=0;t.times{i=gets.to_i;s+=i if i>0};p s 
Source Link
david4dev
  • 693
  • 3
  • 11

#Ruby, 50

t=gets.to_i;s=0;t.times{i=gets.to_i;s+=i if i>0};s