#include<bits/stdc++.h>
using namespace std;
int main()
{
//测试代码
printf ( "Time used = %.2lfs\n" , (double)clock()/CLOCKS_PER_SEC );
return 0;
}
#include<bits/stdc++.h>
using namespace std;
int main()
{
//测试代码
printf ( "Time used = %.2lfs\n" , (double)clock()/CLOCKS_PER_SEC );
return 0;
}