1900
This commit is contained in:
11
include/solution/1900.h
Normal file
11
include/solution/1900.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef INC_1900_H
|
||||
#define INC_1900_H
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
int *earliestAndLatest(int n, int firstPlayer, int secondPlayer, int *returnSize);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user