HDU 5162 (water problem)

Source: Internet
Author: User

Topic Links:

http://acm.hdu.edu.cn/showproblem.php?pid=5162

The puzzle: Read for a while to think that the test case was written incorrectly. Play word games with this question. It asks if the current name I is the first in the original array.

#include <stdio.h>#include<iostream>#include<string.h>#include<stdlib.h>#include<math.h>#include<algorithm>#include<queue>using namespacestd;structkid{intId,v;} kid[Ten];inta[Ten];intCMP (Kid a,kid b) {returnA.v>B.V;}intMain () {inttcase; scanf ("%d",&tcase); intt =1;  while(tcase--){        intN; scanf ("%d",&N);  for(intI=1; i<=n;i++){            intA,b,c; scanf ("%d%d%d",&a,&b,&c); KID[I].V=Max (A,max (b,c)); Kid[i].id=i; } sort (Kid+1, kid+1+n,cmp);  for(intI=1; i<=n;i++) {A[kid[i].id]=i; }         for(intI=1; i<n;i++) {printf ("%d", A[i]); } printf ("%d\n", A[n]); }    return 0;}

HDU 5162 (water problem)

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.