#include intmax_t imaxabs(intmax_t a) { return a>0 ? a : -a; }

AltStyle によって変換されたページ (->オリジナル) /