Violence Hihocoder 1178 Count

Source: Internet
Author: User

Topic Portal

1 /*2 violence: This problem is really drunk, direct violence unexpectedly can! Complexity does not analyze, dare not write violent program. 3 enumeration X, +ans in the case of non-repetition, with a direct break beyond the range4 */5#include <cstdio>6#include <algorithm>7#include <cstring>8#include <cmath>9 using namespacestd;Ten  OnetypedefLong Longll; A Const intMAXN = 1e7 +Ten; - Const intINF =0x3f3f3f3f; - BOOLVIS[MAXN]; the  - intMainvoid)//Hihocoder 1178 Count - { - //freopen ("b.in", "R", stdin); +  - ll N, L, R; +      while(SCANF ("%lld", &n) = =1) A     { at         if(n = =0) Break; -scanf ("%lld%lld", &l, &R); -memset (Vis,false,sizeof(Vis)); -  -         intAns =0; -          for(LL i=1; i<=5e7; ++i) in         { -ll tmp = i ^ (n *i); to             if(TMP >= L && tmp <= R) {if(!vis[tmp]) {Vis[tmp] =true; ans++;}} +         } -  theprintf ("%d\n", ans); *     } $ Panax Notoginseng     return 0; -}

Violence Hihocoder 1178 Count

Related Article

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.