a=input()
a=int(a)
if a%2==0:
for i in range(2):
print(a//2)
else:
print(a//2)
print(a//2+1)
#附题目
#给定一个正整数(2<=N<=1000),
#请将N拆分成两个正整数A和B,且A和B尽量接近(N=A+B,A>=B,且A减B的值最小)
#例如N=5,拆分成3和2
...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《python蓝桥比赛(选拔赛中高级组20230112)真题(2)!》 | 303字 | 2.0分钟 | 99% | 54 CPM | 32 次 | 1 | 不及格,加强练习! |
The wrong word this time: ) | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 梦绕边城月,心飞故国楼。 ——李白 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |