Hi.
And how to read Data from the input stream?

import std.stdio;
import std.bigint;

void main() {

        BigInt n;

        readf(" %?", &n);

        writeln(n);
}

Reply via email to