#include int main(void) { int n, x, cnt; scanf("%d", &n); cnt = 0; scanf("%d", &x); printf("不可の人数 = %d\n", cnt); return 0; }