| # | Time | Username | Problem | Language | Result | Execution time | Memory | 
|---|---|---|---|---|---|---|---|
| 57244 | babo | 창문 (kriii4_C) | C++14 | 4 ms | 620 KiB | 
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
#define L long long
#define mod 1000000007
using namespace std;
int main()
{
	L n,m;
	scanf("%lld %lld",&n,&m);
	printf("%lld\n",(((n+2)%mod)*((m+2)%mod))%mod);
}
Compilation message (stderr)
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
