This commit is contained in:
2025-12-05 23:10:18 +08:00
parent 45162bb934
commit cf633352b5
3 changed files with 62 additions and 0 deletions

14
include/solution/1137.h Normal file
View File

@@ -0,0 +1,14 @@
// This file is generated by mkfile.py
// Date: 2025-12-05
#ifndef INC_1137_H
#define INC_1137_H
#ifdef __cplusplus
extern "C"
{
#endif
int tribonacci(int n);
#ifdef __cplusplus
}
#endif
#endif // INC_1137_H