hi i am getting WA in this problem. now i checked my code with the sample given in the other post .. they don't match but i dont know whats wrong with my code or algo. can anyone check it plz?
unsigned int L,U,N;
unsigned int get_M();
int main()
{
while(1)
{
cin>>N>>L>>U;
if(cin.eof ...
Search found 3 matches
- Mon Jul 03, 2006 8:54 pm
- Forum: Volume 107 (10700-10799)
- Topic: 10718 - Bit Mask
- Replies: 29
- Views: 14491
- Mon Jun 26, 2006 7:13 am
- Forum: Volume 109 (10900-10999)
- Topic: 10950 - Bad Code
- Replies: 19
- Views: 14162
confused about the statement
hi,
i am getting WA in this problem. i am confused about the statement saying that "A code may or may not be preceded by a 0 in the encrypted string" . can any one plz tell me what this contraint means ?
my approach is : when i find a 0 in the enc string i try decrypting it including that zero and ...
i am getting WA in this problem. i am confused about the statement saying that "A code may or may not be preceded by a 0 in the encrypted string" . can any one plz tell me what this contraint means ?
my approach is : when i find a 0 in the enc string i try decrypting it including that zero and ...
- Sun Jun 25, 2006 8:01 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10901 - Ferry Loading III
- Replies: 54
- Views: 32557