对称轴(Symmetry, ACM / ICPC Seoul 2004 , UVa 1595) C语言写法

这篇博客介绍了如何编写一个C语言程序来判断一个由点构成的图形是否具有左右对称性。程序接收包含多个测试用例的输入,每个用例包括图形中点的数量及其坐标,坐标范围在-10000到10000之间。如果图形可以沿垂直线折叠成两半,则为对称,输出`YES`;否则,输出`NO`。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

     The gure shown on the left is left-right symmetric as it is possible to fold the sheet of paper along a
vertical line, drawn as a dashed line, and to cut the gure into two identical halves. The gure on the
right is not left-right symmetric as it is impossible to nd such a vertical line.

       Write a program that determines whether a gure, drawn with dots, is left-right symmetric or not.
The dots are all distinct.

Input

The input consists of T test cases. The number of test cases T is given in the rst line of the input le.
The rst line of each test case contains an integer N, where N (1 N 1; 000) is the number of dots
in a gure. Each of the following N lines contains the x-coordinate and y-coordinate of a dot. Both
x-coordinat

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值