Hi,
Do I correctly suppose this is not possible? Because I don't understand fully the compiler error.

import std.stdio;
void main() {
  int[] a;
  stdin.readf(" %s",&a);
  writeln(a);
}

Reply via email to