( Caro | 2025. 09. 03., sze – 15:05 )

#define INCOME_TAX 100000

int ict(int income)
{
        return INCOME_TAX;
}

Ez az igazságos implementáció :)