Finally I got ac for 10650 but it is clear the difficulty for getting ac from 412 AC for 10650.
I put these hints for those who got WA.
1. If x>y then swap them and compute the result for [x,y].
2. In the problem desciption there's an important note. I translate it as :
Suppose we have this ...
Search found 4 matches
- Fri Apr 06, 2007 10:47 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10650 - Determinate Prime
- Replies: 67
- Views: 38303
- Sun Mar 11, 2007 9:32 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10062 - Tell me the frequencies!
- Replies: 235
- Views: 69947
I finally Finished it ... PE >> AC
Thanks to Debashis Maitra for his useful help, that was a good help, short and useful , He mentioned to important point instead of confusing me.
Here is accepted code :
int time =0 ;
if(time) printf("\n");
else time=1;
....
for(i=0;i<row;i++)
printf("%d %d\n",result[0] ,result[1] );
hope to ...
Here is accepted code :
int time =0 ;
if(time) printf("\n");
else time=1;
....
for(i=0;i<row;i++)
printf("%d %d\n",result[0] ,result[1] );
hope to ...
- Sat Mar 10, 2007 11:12 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10062 - Tell me the frequencies!
- Replies: 235
- Views: 69947
10062
I have tried any change in possition of "\n" in my program and I think 90 % percent who solved this problem first got PE . So one helper who got AC , please put the printing section of him/her program.Please Don't help by telling put \n here or here ? Copy Printing Section of Your program Plz.
here ...
here ...
- Sun Feb 11, 2007 6:42 pm
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 319113
What is #100 problem ending input condition ?
I have solved it and got correct answers , but how much ases it should process and read, the termination condition wasn't mentioned in the problem. If we want to get all inputs at a time , how we undrestand the end of input ?