Search found 8 matches: 11687

Searched query: 11687

by Shahidul.CSE
Sun Nov 30, 2014 7:51 pm
Forum: Volume 116 (11600-11699)
Topic: 11687 - Digits
Replies: 5
Views: 3252

Re: 11687 - Digits

Oh.. I am sorry.. It was just copy-paste problem. :(
With the code on my pc I got Accepted ! :D
by lighted
Sun Nov 30, 2014 7:29 pm
Forum: Volume 116 (11600-11699)
Topic: 11687 - Digits
Replies: 5
Views: 3252

Re: 11687 - Digits

Check the code you posted, not the code on your pc. http://ideone.com/ebpEfP
by Shahidul.CSE
Sun Nov 30, 2014 7:25 pm
Forum: Volume 116 (11600-11699)
Topic: 11687 - Digits
Replies: 5
Views: 3252

Re: 11687 - Digits

Did you run my code? My code also giving output 1 for input 1.

Give any other cases, for which my code is failed to give correct output...
by lighted
Sun Nov 30, 2014 7:02 pm
Forum: Volume 116 (11600-11699)
Topic: 11687 - Digits
Replies: 5
Views: 3252

Re: 11687 - Digits

You should read posts in this thread before posting

Input

Code: Select all

1
END
Acc Output

Code: Select all

1
by Shahidul.CSE
Sun Nov 30, 2014 6:45 pm
Forum: Volume 116 (11600-11699)
Topic: 11687 - Digits
Replies: 5
Views: 3252

Re: 11687 - Digits

I am getting WA. whats wrong with my code?

Code: Select all

Accepted !
by lighted
Sat Nov 29, 2014 5:02 pm
Forum: General
Topic: Suggest some easy problems to solve
Replies: 12
Views: 21263

Re: Suggest some easy problems to solve

... order of "easiness" may not be proper. You can look DACU of these problems on Uhunt.

10684, 11063, 10260, 12854, 12748, 12243, 12770, 333, 11634, 11687, 11588, 11565, 10878, 10773, 10703, 10188, 496, 640, 644, 10200, 489, 10141, 457, 10784, 10849, 10879, 10922, 11034, 11078, 11292, 11364, 11661 ...
by uDebug
Wed Mar 26, 2014 1:45 pm
Forum: Volume 116 (11600-11699)
Topic: 11687 - Digits
Replies: 5
Views: 3252

11687 - Digits

Here's some input / output that I found useful during testing / debugging.

What's not entirely clear to me is why the AC output for input "1" is "1". Shouldn't it be "2"?

Update: juniorAw , answered this question on uHunt and I'd like to share what I learned. Recall, from the problem statement ...
by avdtech
Fri Mar 04, 2011 6:00 pm
Forum: General
Topic: Cannot get 0.000 anymore?
Replies: 3
Views: 10429

Do we get 0.000 anymore?

The following code submitted for 11687 gets WA in 0.004 secs. As you can see, the code does nothing. Just ends :D . Still 0.004 secs !!! :-?


int main()
{
return 0;
}


Does anyone gets 0.00 anymore.

Also, I have noticed, the same code gets different runtimes when run at different times. Like ...

Go to advanced search