I want some case tests.
For all the tests here and in other topics of this problem, my code get the correct answer.
Thank you!
Search found 22 matches
- Wed Jun 27, 2007 8:04 am
- Forum: Volume 100 (10000-10099)
- Topic: 10054 - The Necklace
- Replies: 62
- Views: 42100
- Sun Mar 04, 2007 7:20 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11190 - Series of Powers
- Replies: 18
- Views: 13257
- Sun Mar 04, 2007 6:40 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11190 - Series of Powers
- Replies: 18
- Views: 13257
- Sun Mar 04, 2007 8:36 am
- Forum: Volume 111 (11100-11199)
- Topic: 11190 - Series of Powers
- Replies: 18
- Views: 13257
11190 - Series of Powers
This problem will be here soon, so, how can I output in C a number in this format:
0.ddddddedddddddddd
examples:
0.149143e0000000011
0.406971e0000000118
I need this to make the Problem E - Series of Powers - of the running contest.
At the moment of my question: http://online-judge.uva.es ...
0.ddddddedddddddddd
examples:
0.149143e0000000011
0.406971e0000000118
I need this to make the Problem E - Series of Powers - of the running contest.
At the moment of my question: http://online-judge.uva.es ...
- Sun Mar 04, 2007 8:34 am
- Forum: Volume 111 (11100-11199)
- Topic: 11190 - Series of Powers
- Replies: 18
- Views: 13257
Formatted output (printf)
How can I output in C a number in this format:
0.ddddddedddddddddd
examples:
0.149143e0000000011
0.406971e0000000118
I need this to make the Problem E - Series of Powers - of the running contest.
At the moment of my question: http://online-judge.uva.es/contest/data ... set/e.html
0.ddddddedddddddddd
examples:
0.149143e0000000011
0.406971e0000000118
I need this to make the Problem E - Series of Powers - of the running contest.
At the moment of my question: http://online-judge.uva.es/contest/data ... set/e.html
- Thu Dec 21, 2006 3:09 am
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65091
- Wed Dec 20, 2006 5:47 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10137 - The Trip
- Replies: 159
- Views: 70203
- Tue Dec 19, 2006 9:26 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10137 - The Trip
- Replies: 159
- Views: 70203
- Mon Aug 14, 2006 8:52 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11064 - Number Theory
- Replies: 25
- Views: 21784
- Mon Aug 14, 2006 7:04 am
- Forum: Volume 110 (11000-11099)
- Topic: 11064 - Number Theory
- Replies: 25
- Views: 21784
- Mon Aug 14, 2006 5:50 am
- Forum: Volume 110 (11000-11099)
- Topic: 11064 - Number Theory
- Replies: 25
- Views: 21784
- Sun Aug 13, 2006 5:57 am
- Forum: Volume 110 (11000-11099)
- Topic: 11058 - Encoding
- Replies: 28
- Views: 20183
Martin, my output for this case it's the same that yours, "aabbaa".The correct output:Your code outputs one 'a' less.Code: Select all
Case #1: The encoding string is aabbaa.
Test again and look... What is wrong?
Anyone knows?
Thank you!
- Fri Aug 11, 2006 7:17 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11058 - Encoding
- Replies: 28
- Views: 20183
I really don't know where is the mistake... Could anyone explain me?
Code: Select all
T every body!
- Tue Aug 08, 2006 8:26 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11056 - Formula 1
- Replies: 34
- Views: 21603
- Tue Aug 08, 2006 12:39 am
- Forum: Volume 110 (11000-11099)
- Topic: 11056 - Formula 1
- Replies: 34
- Views: 21603
Why WA? The output is perfect with the input we have here...
Code: Select all
Accepted!