fork download
  1. N = int(input())
  2. k2 = 0
  3. k13 = 0
  4. k26 = 0
  5. s = 0
  6. for i in range(N+1):
  7. input(n)
  8. if n % 26 ==0:
  9. k26 += 1
  10. elif k13 % ==0:
  11. k13 +=1
  12. elif k2 % ==0:
  13. k2 +=1
  14. s = k26 *(N-k26)+ k26 *(k26-1) +k2*k13
  15. print(s)
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
39
compilation info
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/py_compile.py", line 117, in compile
    raise py_exc
py_compile.PyCompileError:   File "prog.py", line 10
    elif k13 % ==0:
                ^
SyntaxError: invalid syntax

stdout
Standard output is empty