Toggle navigation
HUSTOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem2108--Generate power table
2108: Generate power table
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
199
Solved:
92
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
This problem requires printing the power table of positive integer n from 0 to n times.
Input
Given a positive integer n
Output
The power table of positive integer n from 0 to n times.
Sample Input
Copy
1
Sample Output
Copy
pow(1,0)=1 pow(1,1)=1
Source/Category
154