
Search found 3 matches
- Thu Dec 05, 2002 12:28 pm
- Forum: Volume 1 (100-199)
- Topic: 147 - Dollars
- Replies: 233
- Views: 50848
- Thu Dec 05, 2002 9:44 am
- Forum: Volume 1 (100-199)
- Topic: 147 - Dollars
- Replies: 233
- Views: 50848
Re: clarify
M[j] = the total number of combinations that make up the value (i+1) * 5c, with denominations[j] as the maximum possible denomination used in those combinations (so it also includes the combinations consisting of only lesser denominations).
- Sun Dec 01, 2002 5:07 am
- Forum: Volume 1 (100-199)
- Topic: 147 - Dollars
- Replies: 233
- Views: 50848
p 147 Dollars - Why WA?
My answer to 147 seems to get the correct answers for the sample questions and other small tests of mine.... I keep getting WA though. Can someone please help me?
[java]
/* @JUDGE_ID: 26309AF 147 Java */
import java.io.*;
import java.util.*;
class Main {
// code to read string from stdin without ...
[java]
/* @JUDGE_ID: 26309AF 147 Java */
import java.io.*;
import java.util.*;
class Main {
// code to read string from stdin without ...