问题1208--sqrt log sin

1208: sqrt log sin

时间限制: 1 Sec  内存限制: 128 MB
提交: 1  解决: 1
[提交] [状态] [讨论版] [命题人:]

题目描述

An evil professor has just assigned you the following problem.

A sequence is defined by the following recurrence:

Determine

x1000000

.


输入

Input consists of a number of lines, each containing one integer, a value of i, no less than zero and no greater than one million. Input is followed by a single line containing the integer -1. This last line is not a value of i and should not be processed.


输出

For each value of i in the input (but not the final -1), output the corresponding value of xi modulo 1000000.


样例输入

0
-1

样例输出

1

来源/分类

 

[提交] [状态]