ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#95063 | #1013. 计算x的n次方 | qingyu | 100 | 163ms | 5276kb | Python3 | 62b | 2020-02-18 20:51:44 | 2020-02-18 20:51:46 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 14ms
memory: 5260kb
input:
4 32
output:
18446744073709551616
result:
ok single line: '18446744073709551616'
Test #2:
score: 10
Accepted
time: 18ms
memory: 5272kb
input:
3 80
output:
147808829414345923316083210206383297601
result:
ok single line: '147808829414345923316083210206383297601'
Test #3:
score: 10
Accepted
time: 14ms
memory: 5264kb
input:
5 49
output:
17763568394002504646778106689453125
result:
ok single line: '17763568394002504646778106689453125'
Test #4:
score: 10
Accepted
time: 19ms
memory: 5276kb
input:
8 36
output:
324518553658426726783156020576256
result:
ok single line: '324518553658426726783156020576256'
Test #5:
score: 10
Accepted
time: 21ms
memory: 5268kb
input:
2 67
output:
147573952589676412928
result:
ok single line: '147573952589676412928'
Test #6:
score: 10
Accepted
time: 16ms
memory: 5272kb
input:
5 0
output:
1
result:
ok single line: '1'
Test #7:
score: 10
Accepted
time: 20ms
memory: 5268kb
input:
2 24
output:
16777216
result:
ok single line: '16777216'
Test #8:
score: 10
Accepted
time: 10ms
memory: 5272kb
input:
7 57
output:
1481113296616977741464105532513750734030421355207
result:
ok single line: '1481113296616977741464105532513750734030421355207'
Test #9:
score: 10
Accepted
time: 18ms
memory: 5272kb
input:
9 99
output:
29512665430652752148753480226197736314359272517043832886063884637676943433478020332709411004889
result:
ok single line: '295126654306527521487534802261...7676943433478020332709411004889'
Test #10:
score: 10
Accepted
time: 13ms
memory: 5260kb
input:
6 74
output:
3829944921253794893077685127088430174646042802674934480896
result:
ok single line: '3829944921253794893077685127088430174646042802674934480896'