Educational Codeforces Round 156 (Rated for Div. 2) - A B C D

发布时间 2023-10-10 20:56:29作者: Qiansui

A. Sum of Three

如果说给定的数为 n

  • 如果 \(n \le 6\)\(n = 9\) 时,无法分解
  • 如果 $n %% 3 != 0 $ 时,可以