/*
TASK:hop
LANG:C++
*/
#include <iostream>
using namespace std;
main(){
       cout<<0;
}
