set up the file structure

This commit is contained in:
2023-10-13 10:56:32 +08:00
parent 135a4f4c51
commit adb097edae
4 changed files with 48 additions and 9 deletions

View File

@ -1,5 +1,12 @@
/**
* @file casemanager.cpp
*
* @brief this is the casemanager of ICPC-Management-System to manage the test
* cases.
*/
#include <sqlite3.h>
#include <stdio.h>
#include <unistd.h>
static int callback(void *NotUsed, int argc, char **argv, char **azColName) {
int i;