Search found 1 match

by ivanak
Sun Jan 21, 2007 6:28 pm
Forum: Volume 6 (600-699)
Topic: 612 - DNA Sorting
Replies: 122
Views: 33674

612 - WA

No matter what I do I get WA. I tried many inputs but for all of them i get correct output.. could anyone help me discovering a mistake?
I counted on multiple input and blanks between cases....


#include <string>
#include <iostream>
#include <algorithm>
#define MAX 101
using namespace std;
typedef ...

Go to advanced search