Loading

摘要: B - Spot the Difference 难度: ⭐ 题目大意 给定两个矩阵, 找不同 解题思路 数据很小, 暴力就行; 神秘代码 #include<bits/stdc++.h> #define int unsigned long long #define IOS ios::sync_with 阅读全文
posted @ 2024-04-28 22:12 mostimali 阅读(70) 评论(0) 推荐(0) 编辑