cp-library

This documentation is automatically generated by online-judge-tools/verification-helper

View the Project on GitHub kobejean/cp-library

:warning: play.py

Code

from __pypy__ import strategy
A = [False]*10
print(strategy(A))
from array import array
array('b', None)
from __pypy__ import strategy
A = [False]*10
print(strategy(A))
from array import array
array('b', None)
Back to top page