F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Banzhuan

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 262144/262144 K (Java/Others)
Total Submission(s): 1134    Accepted Submission(s): 429


Problem Description
Given a three-dimensional space of $[1, n] \times [1, n] \times [1, n]$. You're required to place some $1 \times 1 \times 1$ cubes to make this 3D space look $n \times n$ square from above, from left and from front, while the plane $xOy$ stand for the ground and $z$ axis describes the height.

But placing these cubes must follow some restrictions. Obviously, it must obey the gravity laws. It means, when beneath a cube is empty, the height of this cube will drop one, until its height is exactly $1$ (touch the ground) or there is another cube below it.

And besides that, placing cubes has some prices. If a cube is placed at an integer coordinate $(x, y, z)$, the price will be $x \times y^2 \times z$.

Now, satisfying all the requirements above, you're required to calculate the minimum costs and the maximum costs.
 

Input
The first line contains an integer $T(T \le 15)$. Then $T$ test cases follow.

For each test case, input a single integer $n$ per line, while satisfying $1 \leq n \leq 10^{18}$.
 

Output
For each test case, output two lines. For the first line output the minimum costs $mod\ 10^9 + 7$. And for the second line, output the maximum costs $mod\ 10 ^ 9 + 7$.
 

Sample Input
1 2
 

Sample Output
27 60
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-06-26 14:23:41, Gzip enabled