import java.util.Scanner;
public class bus_driver
{
public static void main(String[] args)
{
Scanner read=new Scanner(System.in);
int drivers=10;
int exceeds=10;
int pay=10;
int overpay=0;
int [] morning;
int [] evening;
int temp=1000000;
int total=0;
int count=-1;
while(read.hasNext ...
Search found 2 matches
- Wed Apr 16, 2008 2:55 am
- Forum: Volume 113 (11300-11399)
- Topic: 11389 - The Bus Driver Problem
- Replies: 10
- Views: 10252
- Wed Mar 26, 2008 1:57 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11348 - Exhibition
- Replies: 24
- Views: 14607
can somebody help me, or give me some advice..
I'm an amateur programmer.. I start to study programming about 4 months ago.. and I studied java..
1
3
3 1 2 3
2 4 5
3 4 2 6
my idea is, I want to save the number of stamp fof each player first, after that compare it each other.. but I dunno how to start..
Is there someone who can give me some ...
1
3
3 1 2 3
2 4 5
3 4 2 6
my idea is, I want to save the number of stamp fof each player first, after that compare it each other.. but I dunno how to start..
Is there someone who can give me some ...