UVa 11586-train Tracks

Source: Internet
Author: User

Title: Give you some pieces of bricks, each end of each fragment can only be convex or concave (M or f), concave and convex can be spelled together, can be combined into a ring.

Analysis: Graph theory, Euro-pull circuit. Determine the degree of penetration equal to the degree, that is, M and F are the same and larger than 1 groups.

Description: ╮(╯▽╰)╭.

#include <cstring> #include <cstdio>char buf[202];int main () {int n;while (~scanf ("%d", &n)) {GetChar (); while (n-) {gets (BUF), int m = 0,f = 0;for (int i = 0; buf[i]; + + i) {if (buf[i] = = ' m ') + + m;if (buf[i] = = ' F ') + + F;} if (f = = m && m > 1) puts ("loop"); else puts ("NO loop");}}    return 0;}


UVa 11586-train Tracks

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.