This commit is contained in:
2025-12-05 21:32:57 +08:00
parent 727096b8e6
commit e580f911cb
3 changed files with 68 additions and 0 deletions

16
include/solution/1025.h Normal file
View File

@@ -0,0 +1,16 @@
// This file is generated by mkfile.py
// Date: 2025-12-05
#ifndef INC_1025_H
#define INC_1025_H
#include <stdbool.h>
#ifdef __cplusplus
extern "C"
{
#endif
bool divisorGame(int n);
#ifdef __cplusplus
}
#endif
#endif // INC_1025_H