比赛 | noi2000练习1 | 评测结果 | AAAAAAAAAA |
---|---|---|---|
题目名称 | 青蛙过河 | 最终得分 | 100 |
用户昵称 | 烟雨 | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2018-01-22 19:44:33 | ||
#include<cstdio> using namespace std; int LL() { freopen ("frog.in","r",stdin); freopen ("frog.out","w",stdout); int n,m; scanf("%d%d",&n,&m); long long ans; ans=(m+1)*(1<<n); printf("%lld",ans); return 0; } int work=LL(); int main(){;}