Livejournal
Log in
Post
Friends
My journal
invokevirtual
in
code_wtf
(no subject)
Apr 16, 2014 00:26
Из решений Google Code Jam этого года:
File f = new File("D-small-attempt0.in");
Scanner t = new Scanner(f);
// ...
StringTokenizer bn =new StringTokenizer(t.nextLine()," ");
// ...
bna[i]=Double.parseDouble(bn.nextToken());
Leave a comment
Read comments 6
Previous post
Next post
Up