【记录】「COCI 2024/2025」四道模拟赛/8.9
由于评测机跑得快拿到了榜一。
放一下我刚刚画的家产。 P11649 [COCI 2024/2025 #4] 棋 / Šah - 洛谷 (luogu.com.cn)
弱智。
#include<bits/stdc.h>
using namespace std;const int N 210;
bool mp[N][N];int main() {ios::sync_with_stdio(false);cin.tie(0);int …
2026/8/10 23:14:12