题库练习 Fourier Doodles
← 上一题 下一题 →

A12529 | Fourier Doodles

时间限制1s
内存限制256MB
通过 / 提交0/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.

输出格式

无
C++ 编辑器
输入
输出