必知必會的重要知識點
settings.py文件內容
"""
Django settings for dev16 project.
Generated by 'django-admin startproject' using Django 5.2.6.
For more information on this file, see
https://docs.dj
仮面の街
今天是 bct Day 3,賽時 \(100+20+15+50=185\),rk.11。
沒有掛分很舒適。
評價是 ok 場,複習(?)了下期望這一塊。寫了 T1,T4 的拍子。
T1
考慮從小到大填數,這樣這個數的排名就是後面空位的數量,填到對應位置即可。
使用二分+樹狀數組,有兩個 log。
code
Show me