Search found 1 match

by eugeneyche
Thu Sep 26, 2013 8:26 am
Forum: Volume 1 (100-199)
Topic: 110 - Meta-Loopless Sorts
Replies: 92
Views: 16519

WA in 110 [SOLVED]

I've been working on this problem for some time, and I compared line for line for someone's post of 1 - 4 cases.

Can someone help me figure out what's wrong with my algorithm?

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

int n;
char vars [8];

void tab(int n);
void insert_var ...

Go to advanced search