Fourier Doodles

题意翻译

如果 $ ( \min=(i,25)+i) \bmod (2+i \bmod 3 ) >0$ 输出 $1$,否则输出 $0$。

题目描述

In this problem you have to solve a simple classification task: given an image, determine whether it depicts a Fourier doodle. You are given a set of 50 images with ids 1 through 50. You are also given a text file labels.txt containing the labels for images with ids 1 through 20, which comprise the learning data set. You have to output the classification results for images with ids 21 through 50 in the same format.

输入输出格式

输入格式


[Download the images and the training labels](http://tc-alchemy.progopedia.com/fourier-doodles.zip) Each line of the file labels.txt contains a single integer 0 or 1. Line $ i $ (1-based) contains the label of the image {i}.png. Label 1 means that the image depicts a Fourier doodle, label 0 - that it does not.

输出格式


输入输出样例

暂无测试点