Problem - 895C - Codeforces

Codeforces In English По-русски Enter | Register
  • Home
  • Top
  • Catalog
  • Contests
  • Gym
  • Problemset
  • Groups
  • Rating
  • Edu
  • API
  • Calendar
  • Help
Codeforces Round 448 (Div. 2)
Finished
→ Virtual participation Virtual contest is a way to take part in past contest, as close as possible to participation on time. It is supported only ICPC mode for virtual contests. If you've seen these problems, a virtual contest is not for you - solve these problems in the archive. If you just want to solve some problem from a contest, a virtual contest is not for you - solve this problem in the archive. Never use someone else's code, read the tutorials or communicate with other person during a virtual contest. → Problem tags bitmasks combinatorics dp math *2000 No tag edit access → Contest materials
  • Announcement
  • Tutorial
  • Problems
  • Submit
  • Status
  • Standings
  • Custom test
The problem statement has recently been changed. View the changes. × C. Square Subsetstime limit per test4 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard output

Petya was late for the lesson too. The teacher gave him an additional task. For some array a Petya should find the number of different ways to select non-empty subset of elements from it in such a way that their product is equal to a square of some integer.

Two ways are considered different if sets of indexes of elements chosen by these ways are different.

Since the answer can be very large, you should find the answer modulo 109 + 7.

Input

First line contains one integer n (1 ≤ n ≤ 105) — the number of elements in the array.

Second line contains n integers ai (1 ≤ ai ≤ 70) — the elements of the array.

Output

Print one integer — the number of different ways to choose some elements so that their product is a square of a certain integer modulo 109 + 7.

ExamplesInput41 1 1 1Output15Input42 2 2 2Output7Input51 2 4 5 8Output7Note

In first sample product of elements chosen by any way is 1 and 1 = 12. So the answer is 24 - 1 = 15.

In second sample there are six different ways to choose elements so that their product is 4, and only one way so that their product is 16. So the answer is 6 + 1 = 7.

Codeforces (c) Copyright 2010-2026 Mike Mirzayanov The only programming contests Web 2.0 platform Server time: Mar/13/2026 21:55:13 (g1). Desktop version, switch to mobile version. Privacy Policy | Terms and Conditions Supported by TON ITMO University User lists
Name

Từ khóa » Cf 895-c