摘要: MFC课程设计时的主力军 阅读全文
posted @ 2017-07-22 20:02 HANCAO 阅读(448) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std; int main() { int n; while (cin >> n) { while (n--) { int a, b; cin >> a >> b; if (a == b) ... 阅读全文
posted @ 2017-07-22 18:54 HANCAO 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 数组开的小导致runtime error 阅读全文
posted @ 2017-07-22 18:47 HANCAO 阅读(290) 评论(0) 推荐(0) 编辑
摘要: while(scanf("%lf",&a[0])!=EOF)可避免Time Limit Exceeded while(1)——no 阅读全文
posted @ 2017-07-22 18:31 HANCAO 阅读(357) 评论(0) 推荐(0) 编辑