Hi, my name is Austin.
I got WA. but all the value is true.
I think that it is need to some exception.
So I want to know the exception.
like that It isn't -0.00, only print 0.00
please, reply to this sentence.
Search found 5 matches
- Wed Mar 14, 2012 5:56 pm
- Forum: Volume 5 (500-599)
- Topic: 537 - Artificial Intelligence?
- Replies: 76
- Views: 22774
- Tue Aug 17, 2010 9:10 am
- Forum: Volume 115 (11500-11599)
- Topic: 11512 - GATTACA
- Replies: 23
- Views: 13077
Re: 11512 - GATTACA
Hello! I don't solve this problem. I use heap(priority_queue), suffix array and Boyer-Moore algoithm.
But I got TLE... This problem must to using preffix and suffix array, i think.
I tried tricky value, I got all matched. But,, TLE..
So, I want to know how about accept.
Thank you.
But I got TLE... This problem must to using preffix and suffix array, i think.
I tried tricky value, I got all matched. But,, TLE..
So, I want to know how about accept.
Thank you.
- Sun Aug 15, 2010 9:11 am
- Forum: Volume 114 (11400-11499)
- Topic: 11475 - Extend to Palindrome
- Replies: 32
- Views: 20810
Re: 11475 - Extend to Palindromes
I tried to problem 11475 Extend Parindrome. But I don't receive Acepted. Why i got a TLE??
#include <iostream>
#include <string>
#include <algorithm>
using namespace std;
string Knuth_Morris_Pratt(string str, string rstr)
{
static string temp;
for(int i = 0; i < str.size(); i++)
{
if( str ...
#include <iostream>
#include <string>
#include <algorithm>
using namespace std;
string Knuth_Morris_Pratt(string str, string rstr)
{
static string temp;
for(int i = 0; i < str.size(); i++)
{
if( str ...
- Sun Aug 15, 2010 3:41 am
- Forum: Volume 105 (10500-10599)
- Topic: 10570 - Meeting with Aliens
- Replies: 17
- Views: 11077
10570 - Meeting with aliens.
Hello! I have tried a problem 10570, Meetign with aliens.
But, I don't acepted. So, I want to know qualification for A.C.
And If you know minimum number of swap, I hope your teaching it.
I want to look a psudo code or some example source code.
Finally, If you receive A.C, I want receive your ...
But, I don't acepted. So, I want to know qualification for A.C.
And If you know minimum number of swap, I hope your teaching it.
I want to look a psudo code or some example source code.
Finally, If you receive A.C, I want receive your ...
- Sun Aug 15, 2010 3:30 am
- Forum: Volume 105 (10500-10599)
- Topic: 10570 - Meeting with Aliens
- Replies: 17
- Views: 11077
Re: 10570 - Meeting With Aliens
Hello! I'm a student about computer programing. Currently, I tried to this problem but do not acepted.
So, I want to explain more detail about minimum number of swap.
If you have thesis about minimum number of swap or some example source, please send to e-mail.
Also, If you know to pseudocode ...
So, I want to explain more detail about minimum number of swap.
If you have thesis about minimum number of swap or some example source, please send to e-mail.
Also, If you know to pseudocode ...