public class GameProcess
{ int area,i,arrcount,right,midright,t
; int base
[]=new int[arrcount
],userNum
[]=new int[area
],sysNum
[]=new int[area
]; Random random
=new Random(); Scanner reader
=new Scanner
(System.
in); GameProcess
(int a
) { area
=a
; arrcount
=10; right
=0;