Skip to content

Instantly share code, notes, and snippets.

View benaryorg's full-sized avatar

Katze benaryorg

View GitHub Profile
@benaryorg
benaryorg / Main
Last active August 29, 2015 14:15 — forked from anonymous/Main
#include <iostream>
#include <cassert>
#include <string>
using namespace std;
const char EOI('.');
const char EOT('#');
const int MAX(10);
int main() {