Problem 2709 --Branch on Condition - Sorting Three Numbers

2709: Branch on Condition - Sorting Three Numbers

"
Time Limit $1$ 秒/Second(s) Memory Limit $512$ 兆字节/Megabyte(s)
提交总数 $903$ 正确数量 $576$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签 分支

Sorting Three Numbers 

Write a program which reads three integers, and prints them in ascending order.

Three integers separated by a single space are given in a line.
Print the given integers in ascending order in a line. Put a single space between two integers.
3 8 1
1 3 8
1 ≤ the three integers ≤ 10000

推荐代码 查看2709 所有题解 上传题解视频得图灵币

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[$0 $ms] 窦邵文 704331 2021-01-09 16:00:39
内存最少[$0 $KB] 流木 627968 2020-10-19 10:33:33
第一AC 张博韬@网络工程162 295113 2018-10-25 20:57:38
第一挑战 张博韬@网络工程162 295113 2018-10-25 20:57:38

赛题来源/所属竞赛 会津大学《C++ Programming I》 C++程序设计(入门)

竞赛编号 竞赛名称 竞赛时间 访问比赛
1774 2023-2024-1学期《C语言程序设计》:分支结构【23计算机】 2023-10-16 00:00:00 请登录
1719 2022-2023-1学期《C语言程序设计》:分支结构【22计算机】 2022-10-17 00:00:00 请登录
1659 2021-2022-1学期《C语言程序设计》:分支结构【21计算机】 2021-10-18 00:00:00 请登录
1563 2020-2021-1学期《C语言程序设计》:分支结构【20计算机12345】 2020-10-16 19:00:00 请登录
1389 2019-2020-1学期《C语言程序设计I》:分支结构【19计算机12班】 2019-10-16 09:00:00 请登录