#pragma once

struct DCnt {
    int c;
    int perl;
};

extern DCnt dcnt;