Type: Default 1000ms 256MiB

凑数

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

给定正整数 nn,请输出三个非负整数 a,b,ca,b,c,使得 a+b+c=na+b+c=n

可能有多种答案,输出其中任意一种即可

输入格式

第一行一个整数 nn

输出格式

一行三个整数,即 a,b,ca,b,c

10
3 3 4

样例解释

除了 3 3 43\ 3\ 4 之外,输出 1 2 71\ 2\ 74 1 54\ 1\ 5 等都可以。

数据规模与约定

对于 100%100\% 的数据,3n1003 \le n \le 100

  • 子任务 1(30 分):n=3n=3
  • 子任务 2(30 分):保证 nn33 的倍数。
  • 子任务 3(40 分):没有特殊限制。

西中经开联校 - 第 3 场周赛

Not Attended
Status
Done
Rule
Ledo
Problem
4
Start at
2024-12-21 19:00
End at
2024-12-21 22:00
Duration
3 hour(s)
Host
Partic.
33