Uva839-not so mobile

Source: Internet
Author: User

Meaning: distance * weight, which must be equal to the left and right sides of each node of the entire balance

Idea: use recursion to determine from the bottom layer whether it is equal

# Include <stdio. h> int flag; int DFS () {int wl, DL, wR, Dr; scanf ("% d", & wl, & DL, & WR, & Dr); If (WL = 0) WL = DFS (); If (wR = 0) wR = DFS (); if (WL * dl = WR * Dr) return WL + WR; elsereturn flag = 0;} int main () {int CAS; scanf ("% d ", & CAS); While (CAS --) {flag = 1; DFS (); If (FLAG) printf ("Yes \ n"); elseprintf ("NO \ n "); if (CAS) printf ("\ n");} return 0 ;}

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.