问题描述
sqlite3.NotSupportedError: deterministicTrue requires SQLite 3.8.3 or higher
解决方法
A kind of solution is changing the database from sqlite3 to pysqlite3. After acticate the virtualenv, install pysqlite.
pip3 install pysqlite3
pip3 install …
目录 A. Secret Sport
题目分析:
B. Two Out of Three
题目分析:
C. Anonymous Informant 题目分析: A. Secret Sport 题目分析:
A,B一共打n场比赛,输入一个字符串由A和‘B’组成代表A赢或者B赢(无平局),因为题目说明这个人…