Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
90733 sh25_zhangyj 守望者的逃离 Python3 解答错误 27 MS 3656 KB 102 2026-06-12 14:27:05

Tests(0/10):


n = int(input()) result = (1 << (n + 1)) - 2 # 位运算左移相当于乘以 2^(n+1) print(result)


测评信息: