HackerTrans
トップ新着トレンドコメント過去質問紹介求人

4leafclover

no profile record

コメント

4leafclover
·4 か月前·議論
Very nice read!

Though I think the definition of the parser struct should be

  struct parser {
    const char* s;
    const char* p;
    struct grid* g;
  };
based on the rest of the code.