HDU 5003 Simulated water problem (2014 Anshan net game G problem)

Source: Internet
Author: User

Your series of scores are sorted in descending order and then press 0.95^ (I-1) *ai This formula calculates the sum of each of your scores at the end

Sample Input
1
2
530 478
Sample Output
984.1000000000

1# include <iostream>2# include <cstdio>3# include <algorithm>4# include <map>5# include <cmath>6# define LLLong Long7 using namespacestd;8 9 inta[ the] ;Ten  One BOOLCMP (intXinty) A { -     returnX >y; - } the  - intMain () - { -     intT; +scanf"%d", &T); -      while(t--) +     { A         intN; atscanf"%d", &n); -         inti; -          for(i =1; I<=n; i++) -scanf"%d", &a[i]); -Sort (A +1, A +1+n,cmp); -         Doublesum =0 ; in          for(i =1; I<=n; i++) -         { tosum+= (POW (0.95, I-1)*a[i]); +         } -printf"%.10lf\n", sum); the     } *  $     return 0 ;Panax Notoginseng}
View Code

HDU 5003 Simulated water problem (2014 Anshan net game G 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.