제출 #1369062

#제출 시각아이디문제언어결과실행 시간메모리
1369062JelaByteEngineerLego Wall (EGOI22_legowall)C++20
0 / 100
0 ms344 KiB
#include <bits/stdc++.h>
#define ll long long
using namespace std;
const int MOD=1000000007;
int main()
{
	ios::sync_with_stdio(false);
	cin.tie(0);
	int w, h;
	cin>>w>>h;
	if (w==2)
	{
		cout<<(1LL<<h)%MOD-1<<endl;
	}
	return 0;
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…