libmean.h
来自「Central European Olympiad in Informatics」· C头文件 代码 · 共 17 行
H
17 行
#ifndef _MEANDIAN_H#define _MEANDIAN_H/*#ifdef __cplusplusextern "C" {#endif*/ int Init(); int Meandian(int, int, int, int); void Solution(const int *);/*#ifdef __cplusplus}#endif*/ #endif /* _MEANDIAN_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?