#include<stdio.h>
#include "LJSummary.h"
#include<iostream>
int main(void)
{
printf("-----\n");
if(DS_Init("",1))
{
printf("success-----\n");
}else
{
printf("failed-----\n");
}
system("pause");
}

相关文章:

  • 2021-12-09
  • 2021-12-28
  • 2021-08-09
  • 2021-07-30
  • 2021-04-24
  • 2022-01-05
  • 2022-01-28
  • 2022-12-23
猜你喜欢
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
  • 2022-01-13
  • 2021-11-30
  • 2021-09-17
相关资源
相似解决方案