标签: debugging netbeans fileinputstream fileoutputstream
我在codechef.com上使用codegolf并使用Netbeans IDE编写代码。
由于codechef站点需要从标准输入/输出读/写的方式,因此运行/调试代码以获得输出是非常不舒服的。即我必须手动输入输入。
在大量投入的情况下,情况变得非常危险。我需要一种方法将System.in / System.out转换为预定义的输入/输出文本文件。
System.in
System.out
如何在Java Netbeans中完成?
我正在使用Netbeans 7.3.1