×

To be able to write in the forum you need to authenticate. Meanwhile it's read-only.

[Resolved] GC7V10Q - points for countries, states and counties

[Resolved] GC7V10Q - points for countries, states and counties
July 23, 2018 11:11AM
Hi,

I'd like to get a checker that does the following:

  1. gets the number of COUNTRIES a player found caches in, and multiplies it by 3 to get points
  2. gets the number of STATES (or other 1-st level regions of countries) a player found caches in, and multiplies it by 2 to get points
  3. ets the number of COUNTIES (or other 2-nd level regions of countries) a player found caches in, to get points

The threshold value to pass the requirements should be 500 points.

(Clarification: just one cache found in a country with both ststes and counties defined scores them all - country, state and county.)

Preferred output:

User: username fulfills the conditions | does not fulfill the conditions:
Countries visited: #countries
States visited: #states
Counties visited: #counties
Total points: #countries*3 + #states*2 + #counties / 500
Re: GC7V10Q - points for countries, states and counties
July 23, 2018 03:00PM
Here is the checker:

https://project-gc.com/Challenges/GC7V10Q/36228

Please test and tell us whether it is suitable for you.
Re: GC7V10Q - points for countries, states and counties
July 23, 2018 05:59PM
It seems to work OK, thanks!
Sorry, only registered users may post in this forum.

Click here to login