시간 제한메모리 제한제출정답맞힌 사람정답 비율
1 초 (추가 시간 없음) 512 MB5401188919.866%

문제

Write a function P2:

  • input parameter: a list A containing several integers
    • The length of the list is less than or equal to $100000$.
    • Each integer $x$ in the list satisfies $|x|\le1000000$.
  • return value: the sum of square numbers that are in the prime index

제출할 수 있는 언어

PyPy3

채점 및 기타 정보

  • 예제는 채점하지 않는다.