{"kind":"task","effective_mode":"full","benchmark":{"kind":"benchmark","effective_mode":"full","slug":"livecodebench","formal_name":"LiveCodeBench","introduction":"LiveCodeBench continuously collects new competitive-programming problems to evaluate coding capabilities. Its initial release_v1 contains 400 problems, with source platform, contest date, and dataset version tracked explicitly.","introduction_ja":"","introduction_en":"","category":"Category not supplied","task_count":null,"acquisition_status":"Acquisition status not supplied","official_url":"https://livecodebench.github.io/","indexing_mode":"noindex","profile":{"resources":[],"task_format":"","scoring":"","metric":"","size":"","answer_access":"","license":"","citation":"","maintainer":"","released":"","why_hard":"","related":[]}},"task_id":"c33df0cd-2b20-5ca2-9326-36cbc4ca9c9d","task_key":"release~5fv1--test--1899~5fA","task_revision_id":"2","upstream_id":"1899_A","short_description":"A. Game with Integers","config":"release_v1","split":"test","body":"{\"contest_date\":\"2023-10-17T00:00:00\",\"contest_id\":\"1899\",\"difficulty\":\"easy\",\"platform\":\"codeforces\",\"question_content\":\"Vanya and Vova are playing a game. Players are given an integer $n$. On their turn, the player can add $1$ to the current integer or subtract $1$. The players take turns; Vanya starts. If after Vanya's move the integer is divisible by $3$, then he wins. If $10$ moves have passed and Vanya has not won, then Vova wins.\\n\\nWrite a program that, based on the integer $n$, determines who will win if both players play optimally.\\n\\nInput\\n\\nThe first line contains the integer $t$ ($1 \\\\leq t \\\\leq 100$) — the number of test cases.\\n\\nThe single line of each test case contains the integer $n$ ($1 \\\\leq n \\\\leq 1000$).\\n\\nOutput\\n\\nFor each test case, print \\\"First\\\" without quotes if Vanya wins, and \\\"Second\\\" without quotes if Vova wins.Sample Input 1:\\n6\\n\\n1\\n\\n3\\n\\n5\\n\\n100\\n\\n999\\n\\n1000\\n\\n\\n\\nSample Output 1:\\n\\nFirst\\nSecond\\nFirst\\nFirst\\nSecond\\nFirst\\n\",\"question_title\":\"A. Game with Integers\",\"starter_code\":\"\"}","display_format":"text","language":"","answer_status":"external_grader","assets":[],"source_url":"https://livecodebench.github.io/","history":"initial import","indexing_mode":"noindex","subproblems":[],"grids":[]}