T1 外星人 二维前缀和 #include<cstdio> #define N 1001 using namespace std; bool v[N][N]; int sum[N][N]; int main() { freopen("alien.in","r",stdin); freopen("alien.out","w",stdout); int r,c,p,q; scanf("%d%d%d%d&quo…
1.版本测试报告 1.1在测试过程中总共发现了多少Bug?每个类别的Bug分别为多少个? Bug分类 Bug内容 Fixed 编辑博文时改变文字格式会刷新界面 Can't reproduced 无 Not a bug 忘了加publish按钮 Won't fix 无 Delay to the next version 搜索框在Firefox和IE中显示不正常 1.2场景测试(scenario testing) 1.你预期不同的用户会怎样使用你的软件? 本项目的Alpha版本的预期用户是博主和普通…