编程介的小学生 2019-09-02 10:33 采纳率: 20.5%
浏览 211

怎么实现这个图片的计算问题

Problem Description
Fairy Kate was going to visit man’s world. She informed her friend Conan but she didn’t want him to pick her up, but to find her. She told Conan that she was driving a car in the town, but at a given moment, she would move the car from one place to another with teleporting magic and these two places were quite far away from each other. If Conan could find her, she would play with him. It was rather difficult for Conan. He got a series of photos of every block from uncle Maoli. Each group of photos was taken every centisecond in a very short period, in which, there were a lot of cars. While in some groups, there was a car teleporting in a given time and in other time other cars as well as the Fairy’s all had a uniform motion in a straight line along the X or Y axes. However, Conan really felt puzzled, so he asked you, his friend Heiji Hattori, for help. Can you find in which moment the Fairy’s car was teleporting but not having a uniform motion in a straight line? The truth is one and only!

Input
Input several groups until you deal with EOF.

In the first line of each group of data, there are two integers, n and m, (5 =< n <= 200,1 =< m <= 200) n standing for the number of photos in this group, m for the number of cars in these photos. And then, in n groups, each photo’s data is given according to time sequence (the number of photos is 1 to n) and each group has m lines, each line two numbers which respectively represents a car’s X and Y axes (they are not given according to car’s numbers).

Output
If in a given moment in photos, it is obvious that there is a car teleporting but not having a uniform motion in a straight line, then output: "The fairy use magic at photo x."(X is the number of photos, 2 =< x <= n) Or else, output: "The fairy did not appear on this group of photo."

Sample Input
5 2
1 1
2 2
1 2
3 2
2 8
4 2
2 9
5 2
2 10
6 2

5 2
1 3
3 2
3 3
1 4
1 5
3 4
3 5
1 6
1 7
3 6

Sample Output
The fairy use magic at photo 3.
The fairy did not appear on this group of photo.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 Qt下使用tcp获取数据的详细操作
    • ¥15 idea右下角设置编码是灰色的
    • ¥15 全志H618ROM新增分区
    • ¥15 在grasshopper里DrawViewportWires更改预览后,禁用电池仍然显示
    • ¥15 NAO机器人的录音程序保存问题
    • ¥15 C#读写EXCEL文件,不同编译
    • ¥15 MapReduce结果输出到HBase,一直连接不上MySQL
    • ¥15 扩散模型sd.webui使用时报错“Nonetype”
    • ¥15 stm32流水灯+呼吸灯+外部中断按键
    • ¥15 将二维数组,按照假设的规定,如0/1/0 == "4",把对应列位置写成一个字符并打印输出该字符