#include <bits/stdc++.h> using namespace std; int main(){ while(1){ system("data.exe"); system("baoli.exe"); double a=clock(); system("ans.exe"); double b=clock(); if(b-a>1000) printf("TLE\n"),system("pause"); if(system("fc baoli.out candy.out")) system("pause"); } return 0; }
|