Search found 6 matches

by Xander
Sat Dec 20, 2003 2:50 am
Forum: Volume 105 (10500-10599)
Topic: 10550 - Combination Lock
Replies: 24
Views: 27012

Thanks Sohel once again I got it AC now :D , you are a jennies man 8)
by Xander
Mon Dec 15, 2003 7:24 am
Forum: Volume 105 (10500-10599)
Topic: 10550 - Combination Lock
Replies: 24
Views: 27012

I need Sapmle Input

Can any one give me more sample input...I want to judge my program why this is WA?

Thanks Everyone
by Xander
Sat Dec 13, 2003 7:51 am
Forum: Volume 105 (10500-10599)
Topic: 10550 - Combination Lock
Replies: 24
Views: 27012

Thanks sohel, but still got WA...
by Xander
Fri Dec 12, 2003 8:53 am
Forum: Volume 105 (10500-10599)
Topic: 10550 - Combination Lock
Replies: 24
Views: 27012

10550 Why WA?

I don't know why WA...but sample input gives correct answer...anyone help me....

#include <stdio.h>

void main(){
long int a, b, c, d, sum,temp;
while(scanf("%ld %ld %ld %ld",&a,&b,&c,&d)){
if(a==0&&b==0&&c==0&&d==0)break;
sum=1080;

temp=(a-b);
if(temp<0)temp=temp*(-1);

sum=sum+360-9*temp ...
by Xander
Wed Nov 19, 2003 7:43 am
Forum: C++
Topic: Help me about learning C++ or C#
Replies: 1
Views: 1885

Your Web address is here

Hi :lol:

check this two site.. 8) I think this will enough to teach you C & C++.....

http://www.strath.ac.uk/IT/Docs/Ccourse/

http://www-ee.eng.hawaii.edu/Courses/EE ... /book.html
by Xander
Fri Oct 03, 2003 1:30 pm
Forum: Volume 1 (100-199)
Topic: 151 - Power Crisis
Replies: 56
Views: 11678

How to do 151?

Is there any overall formula for Josephus problem according to the problem 151. Please let me know it in detail.

In my Concrete Math (Knuth) there Josephus problem written for cuting Head one man after another and cutting start from the 1st person. So everything become so complex for me. Plsease ...

Go to advanced search