码迷,mamicode.com
首页 > 其他好文 > 详细

对拍程序

时间:2017-04-22 14:47:34      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:closed   ret   alt   while   one   nbsp   ++   技术   hid   

技术分享
#include<bits/stdc++.h>
using namespace std;
int main()
{
    int T; scanf("%d", &T);
    while(T--)
    {
        system("data > input.txt");
        system("a+b < input.txt > 1.out");
        system("test < input.txt > 2.out");
        if(system("fc 1.out 2.out")) 
        {
            system("pause");
            break;
        } 
    }
    return 0;
}
View Code

 

对拍程序

标签:closed   ret   alt   while   one   nbsp   ++   技术   hid   

原文地址:http://www.cnblogs.com/19992147orz/p/6747375.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!