//No.81 すべて足すだけの簡単なお仕事です。 import std.stdio; import std.bigint; import std.algorithm; void main() { uint length; readf("%d\n", &length); BigInt num; BigInt deci; for(uint i=0; i