Skip to content

Instantly share code, notes, and snippets.

#include <bits/stdc++.h>
using namespace std;
/** ブロックが置かれていない場所の値 */
static const int EMPTY_BLOCK = 0;
int EXPLODE = 300;
int OVER_KILL = 500;
int EX_PARA1 = 300;
int EX_PARA2 = 50;