C++程序  |  8行  |  148 B

#if defined(__x86_64__)
#include "x86_64/stat.h"
#elif defined(__aarch64__)
#include "aarch64/stat.h"
#else
#error Unsupported architecture!
#endif