1
2
3
4
#include<iostream>
int main(){
  std::cout << 0;
}