Search found 2 matches

by cynthiadriana
Mon Feb 05, 2007 5:13 am
Forum: Volume 101 (10100-10199)
Topic: 10132 - File Fragmentation
Replies: 24
Views: 15857

Solved!

Well... I just figured it out... It had something to do with the fact that a concatenation isn't reciprocal
by cynthiadriana
Mon Feb 05, 2007 1:39 am
Forum: Volume 101 (10100-10199)
Topic: 10132 - File Fragmentation
Replies: 24
Views: 15857

10132 File Fragmentation - WA (need more test data)

I got Wrong Answer but I can't find what's wrong.
Can anyone please give me test data for the problem 10132?
Thanks

[cpp]
#include <iostream>
#include <vector>
#include <string>
using namespace std;

void tabla (vector<string>);
int n=0;

int main (void){
int numcasos,i,pl;
string p;
vector ...

Go to advanced search