1249: Search

内存限制:128 MB 时间限制:1.000 S 标准输入输出
题目类型:传统 评测方式:文本比较 上传者:
提交:1 通过:1 通过率:100%

题目描述

Look for 6 integers that need to satisfy the condition : 1 <= a < = b < = c < = d <= e < = f and a + b5 + c5 + d5 + e = f5

输入格式

none

输出格式

Outputs all solutions that meet the above criteria

输入样例 复制


输出样例 复制


数据范围与提示

The output satisfies the six integers separated by spaces.

分类标签