/*
TASK:food
LANG:C++
*/

#include<iostream>
using namespace std;
int main(){
	cout<<0<<endl;
   return 0;
}

