Search found 1 match

by datovard
Tue Jan 31, 2017 5:06 am
Forum: Volume 4 (400-499)
Topic: 400 - Unix ls
Replies: 93
Views: 29859

Re: 400 - Unix ls

Really need help with this one, i've been trying it for 3 days and still get WA after testing all the test cases in the replies and getting them good


#include <bits/stdc++.h>

using namespace std;

int main(){
int n;
string line;
while( scanf("%d", &n ) != EOF ){
vector<string> lines;
int ...

Go to advanced search