更新关于nlohmann的依赖
This commit is contained in:
@@ -1,26 +1,10 @@
|
||||
//#include"Config.hpp"
|
||||
#include"Architecture.hpp"
|
||||
#include<Config.hpp>
|
||||
#include<GlobalConfig.hpp>
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include <iostream>
|
||||
#include<vector>
|
||||
#include<map>
|
||||
using namespace std;
|
||||
using namespace Convention;
|
||||
|
||||
int main()
|
||||
{
|
||||
double t = 0;
|
||||
for (int i = 1; i < 80; i++)
|
||||
{
|
||||
t += 1.0 / (double)i;
|
||||
}
|
||||
double k = 0;
|
||||
for (int i = 1; i < 80; i++)
|
||||
{
|
||||
k += 1.0 / (double)i;
|
||||
cout << i << ":\t" << k << "/" << t << "\t=\t" << k / t * 100 << "% current step:\t" <<
|
||||
1.0 / (double)i << endl;
|
||||
}
|
||||
return 0;
|
||||
cout << ProjectConfig().LoadProperties().FindItem<std::string>("test", "test") << endl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user