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); }
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); }