/*
TASK:number
LANG:C++
*/
#include<iostream>
using namespace std;
int main()
{
    int n,k,d;
    cin>>n>>k>>d;
    cout<<"0\n";
    return 0;
}
