Search found 1 match

by brainstorm
Wed May 21, 2003 12:34 pm
Forum: Volume 6 (600-699)
Topic: 620 - Cellular Structure
Replies: 18
Views: 6842

620 WA

Cannot understand why WA, I've followed the rules of the problem and the test i/o is OK.

[cpp]
#include <iostream>
#include <vector>
#include <string>

using namespace std;

char ew[2000];
void examinar_celula (){

vector<char> cell;
char c;


cin.getline(ew,2000);
int i =0;
while (ew ...

Go to advanced search