IZ
Size: a a a
IZ
hh
IZ
hh
IZ
D
D
D
RUN_CODE_IF_CPP20({
/// multiline code
})
#if CPP20
#define RUN_CODE_IF_CPP20(...) int main() __VA_ARGS__
#else
#define RUN_CODE_IF_CPP20(...) int main() {}
#endif
IZ
D
IZ
RUN_CODE_IF_CPP20({
/// multiline code
})
#if CPP20
#define RUN_CODE_IF_CPP20(...) int main() __VA_ARGS__
#else
#define RUN_CODE_IF_CPP20(...) int main() {}
#endif
R
0
IZ
RUN_CODE_IF_CPP20({
/// multiline code
})
#if CPP20
#define RUN_CODE_IF_CPP20(...) int main() __VA_ARGS__
#else
#define RUN_CODE_IF_CPP20(...) int main() {}
#endif
D
Е
IZ
R
R
IZ