#ifdef __cplusplus
#define __STDC_CONSTANT_MACROS
#ifdef _STDINT_H
#undef _STDINT_H
#endif
extern "C" {
#include <stdint.h>
}
#endif
#ifndef UINT64_C
#define UINT64_C(value) __CONCAT(value,ULL)
#endif
uint64_t
#ifdef __cplusplus
#define __STDC_CONSTANT_MACROS
#ifdef _STDINT_H
#undef _STDINT_H
#endif
extern "C" {
#include <stdint.h>
}
#endif
#ifndef UINT64_C
#define UINT64_C(value) __CONCAT(value,ULL)
#endif
230
816
7288
216
499

被折叠的 条评论
为什么被折叠?