#include using namespace std; int main() { int a; //読み込み cin >>a; cout << (a + 1) * a % 2 << '\n'; return 0; }