Search found 7 matches
- Tue Apr 27, 2004 4:35 am
- Forum: Volume 100 (10000-10099)
- Topic: 10062 - Tell me the frequencies!
- Replies: 235
- Views: 69482
- Fri Apr 23, 2004 6:14 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10056 - What is the Probability ?
- Replies: 26
- Views: 11760
10056
can any one help me with some good inputs and outputs of 10056. T dont know what may be the problem with this simple problem.
Thanks in advance.
Thanks in advance.
- Thu Apr 01, 2004 9:37 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10499 - The Land of Justice
- Replies: 51
- Views: 28305
- Thu Apr 01, 2004 8:01 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10499 - The Land of Justice
- Replies: 51
- Views: 28305
- Tue Mar 30, 2004 9:17 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10499 - The Land of Justice
- Replies: 51
- Views: 28305
10499_inputs needed
can anybody help me giving some normal & crical inputs with their outputs
of problem 10499.I don't understand what they mean with
" calculate the profit over the sold price". I solved this problem but got WA. May be i didn't understand the problem.
of problem 10499.I don't understand what they mean with
" calculate the profit over the sold price". I solved this problem but got WA. May be i didn't understand the problem.
- Tue Mar 30, 2004 7:44 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10223 - How many nodes ?
- Replies: 8
- Views: 5209
- Mon Mar 29, 2004 7:19 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10223 - How many nodes ?
- Replies: 8
- Views: 5209
10223 -- what is the difference
sorry to send the codes but i have failed to find out the difference between these two codes.
this one got AC
#include <stdio.h>
void main()
{
register int i, j;
unsigned long n, arr[32];
for(i = arr[0] = 1; i < 20; i++){
for(j = arr = 0; j < i; j++)
arr += arr[j] * arr ;
}
while(scanf ...
this one got AC
#include <stdio.h>
void main()
{
register int i, j;
unsigned long n, arr[32];
for(i = arr[0] = 1; i < 20; i++){
for(j = arr = 0; j < i; j++)
arr += arr[j] * arr ;
}
while(scanf ...