by@_gacin
WA
using System.Console; public class Test { public static Main() : void { def f = ReadLine(); mutable x = 0; mutable y = 1; for(mutable i = 99; i >= 0; i--){ if(f[i] == '1'){ x = x+y; } else{ x = x; } y *= 2; } WriteLine(x); } }
0000110010101111101010110001000001010100111011011010000100100101110110110010110100000001111100101000
Standard output is empty