fork download
  1. var count1 = 3, count2 = 5;
  2. var sumof1 = 0, sumof2 = 0;
  3.  
  4. var charlist = "BHFE8";
  5.  
  6. for( i = 0; i < charlist.length; ++i ) { sumof2 += ( charlist.charCodeAt( i ) * count2 ); count2++; }
  7. print(sumof2)
  8. encodeURE(sumof2)
Runtime error #stdin #stdout 0.3s 213248KB
stdin
Standard input is empty
stdout
2308