ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#94506 | #1200. 计算2的n次方 | wjyyy | 100 | 166ms | 5272kb | Python3 | 27b | 2020-02-18 12:40:31 | 2020-02-18 12:40:32 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 22ms
memory: 5264kb
input:
100
output:
1267650600228229401496703205376
result:
ok single line: '1267650600228229401496703205376'
Test #2:
score: 10
Accepted
time: 17ms
memory: 5272kb
input:
40
output:
1099511627776
result:
ok single line: '1099511627776'
Test #3:
score: 10
Accepted
time: 16ms
memory: 5260kb
input:
30
output:
1073741824
result:
ok single line: '1073741824'
Test #4:
score: 10
Accepted
time: 10ms
memory: 5256kb
input:
20
output:
1048576
result:
ok single line: '1048576'
Test #5:
score: 10
Accepted
time: 14ms
memory: 5268kb
input:
10
output:
1024
result:
ok single line: '1024'
Test #6:
score: 10
Accepted
time: 12ms
memory: 5268kb
input:
50
output:
1125899906842624
result:
ok single line: '1125899906842624'
Test #7:
score: 10
Accepted
time: 21ms
memory: 5260kb
input:
60
output:
1152921504606846976
result:
ok single line: '1152921504606846976'
Test #8:
score: 10
Accepted
time: 12ms
memory: 5260kb
input:
70
output:
1180591620717411303424
result:
ok single line: '1180591620717411303424'
Test #9:
score: 10
Accepted
time: 21ms
memory: 5268kb
input:
80
output:
1208925819614629174706176
result:
ok single line: '1208925819614629174706176'
Test #10:
score: 10
Accepted
time: 21ms
memory: 5260kb
input:
90
output:
1237940039285380274899124224
result:
ok single line: '1237940039285380274899124224'