题解列表

筛选

编写题解 2879: 错误探测 c++

摘要:解题思路:只有有奇数个1的行的个数和列的个数相同且为1才能只修改一个元素使其符合条件注意事项:参考代码:#include<iomanip>#include<string>#include<iostre……

P1074 (C++代码)

摘要:解题思路:注意事项:参考代码:暴力bfs:#include <iostream>   #include <stdio.h>   #include <queue>   #include <stri……

【偶数求和】 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int a[1024]; int n, m, t ……