Submission #3027981


Source Code Expand

#include<cstdio>
#include<queue>
#include<utility>
#include<cstring>
#include<stack>
#include<algorithm>
#include<cmath>
#include<iostream>
#include<map>
#define MAX_N 100001
#define INF_INT 2147483647
#define INF_LL 9223372036854775807
#define REP(i,n) for(int i=0;i<(int)(n);i++)
using namespace std;
typedef long long int ll;
typedef pair<ll,ll> P;
int main()
{
  int A,B;
  cin >> A;
  cin >> B;
  cout << (A-1)*(B-1) << endl;
  return 0;
}

Submission Info

Submission Time
Task A - Garden
User makss
Language C++14 (GCC 5.4.1)
Score 100
Code Size 471 Byte
Status AC
Exec Time 5 ms
Memory 764 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 5
Set Name Test Cases
Sample s1.txt, s2.txt
All in1.txt, in2.txt, in3.txt, s1.txt, s2.txt
Case Name Status Exec Time Memory
in1.txt AC 5 ms 764 KB
in2.txt AC 1 ms 256 KB
in3.txt AC 1 ms 256 KB
s1.txt AC 1 ms 256 KB
s2.txt AC 1 ms 256 KB