Search found 1 match

by Compaq
Fri May 23, 2014 4:52 am
Forum: Volume 6 (600-699)
Topic: 612 - DNA Sorting
Replies: 122
Views: 33836

Re: 612 - DNA Sorting

Hi, guys, sorry to bother.

But, this question is really disturbing me.

What's wrong in my code?

#include <iostream>
#include <utility>
#include <algorithm>
#include <vector>
using namespace std;

int main(){
string k[2000];
int i, j, z, linhas, tam;
int M, contador = 0;
int cont = 0 ...

Go to advanced search