うん、でも、まぁ直交した道と壁のみで出力が綺麗だし、限定してもいっかなぁなんて思いながら書いた。 一応、偶数でも出せるし(美しくないけど)
#include <iostream>#include <string>#include <vector>#include <stdlib.h>#include <time.h>#include <math.h>const int W = 30;const int H = 20;using namespace std;typedef vector<char> Buff;const int dirTbl[] = {-1...