示例#1
0
文件: Quest.java 项目: gvikei/egork
 void run() {
   //noinspection InfiniteLoopStatement
   solve();
   exit();
 }