7 kyu

Categorize New Member

77,896 of 173,596Brynx

Description:

The Western Suburbs Croquet Club has two categories of membership, Senior and Open. They would like your help with an application form that will tell prospective members which category they will be placed.

To be a senior, a member must be at least 55 years old and have a handicap greater than 7. In this croquet club, handicaps range from -2 to +26; the better the player the lower the handicap.

Input

Input will consist of a list of pairs. Each pair contains information for a single potential member. Information consists of an integer for the person's age and an integer for the person's handicap.

Output

Output will consist of a list of string values (in Haskell and C: Open or Senior) stating whether the respective member is to be placed in the senior or open category.

Example

input =  [[18, 20], [45, 2], [61, 12], [37, 6], [21, 21], [78, 9]]
output = ["Open", "Open", "Senior", "Open", "Open", "Senior"]
Fundamentals

Stats:

CreatedMar 13, 2015
PublishedMar 13, 2015
Warriors Trained306248
Total Skips33209
Total Code Submissions418072
Total Times Completed173596
Python Completions77896
JavaScript Completions74357
Haskell Completions1929
Ruby Completions6631
C# Completions9570
F# Completions213
Rust Completions2670
Groovy Completions89
C Completions1416
Factor Completions18
Scala Completions116
Clojure Completions24
TypeScript Completions620
Lua Completions31
PHP Completions221
Total Stars1627
% of votes with a positive feedback rating90% of 14198
Total "Very Satisfied" Votes11527
Total "Somewhat Satisfied" Votes2400
Total "Not Satisfied" Votes271
Ad
Contributors
  • Brynx Avatar
  • jhoffner Avatar
  • ZozoFouchtra Avatar
  • bkaes Avatar
  • GiacomoSorbi Avatar
  • suic Avatar
  • MaksimSimkin Avatar
  • Chrono79 Avatar
  • kazk Avatar
  • Ze-Marcos Avatar
  • acjoker Avatar
  • Voile Avatar
  • Souzooka Avatar
  • FArekkusu Avatar
  • hobovsky Avatar
  • ehonsey Avatar
  • neoncitylights Avatar
  • trashy_incel Avatar
  • ejini战神 Avatar
  • akar-0 Avatar
  • Kacarott Avatar
  • tri@ Avatar
  • KayleighWasTaken Avatar
  • metatable Avatar
  • JavaScripts Avatar
Ad