Если S<=100 то победа первого игрока.
Иначе победа второго игрока.
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Время (2011)</title>
var rowsCount = 0;
{
using var command = new SQLiteCommand("select * from messages", DB);
using var reader = command.ExecuteReader();
while(reader.Read())
{
rowsCount++;
}
}
Console.WriteLine($"Total: {rowsCount} rows selected");
string = """Apple Mobile Device USB Driver
Корневой USB-концентратор (xHCI)
Realtek USB 2.0 Card Reader
Запоминающее устройство для USB"""
l = map(lambda x: x.strip(), string.split("\n"))
print(list(l)) #['Apple Mobile Device USB Driver', 'Корневой USB-концентратор (xHCI)', 'Realtek USB 2.0 Card Reader', 'Запоминающее устройство для USB']
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");