提交记录 10753
提交时间 |
评测时间 |
2019-09-28 22:26:18 |
2020-08-01 02:26:21 |
#include <bits/stdc++.h>
#define mem(i,a) memset(i,a,sizeof(i))
#define PI acos(-1.0)
#define DMAX 1000005 //数组大小
#define MOD 19260817 //模数
#define eps 1e-8
#define bl bool
using namespace std;
typedef long long ll;
typedef unsigned long long ull;
typedef double db;
template<class T> inline void read(T &f){
f=0;
T x=1;
char ch=getchar();
while(ch<48 || ch>57) {
if(ch=='-') {
x=-1;
}
ch=getchar();
}
while(ch<=57 && ch>=48) {
f=f*10+ch-'0';
ch=getchar();
}
f*=x;
}
int main(){
ull a,b;
read(a),read(b);
if(a==2){
cout<<b-2<<endl;
return 0;
}
if(b==2){
cout<<a-2<<endl;
return 0;
}
cout<<a*b-b-a<<endl;
return 0;
}
Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
Testcase #1 | 34.48 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #2 | 41.16 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #3 | 35.03 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #4 | 39.59 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #5 | 33.83 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #6 | 35.85 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #7 | 34.45 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #8 | 35 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #9 | 34.49 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #10 | 33.59 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #11 | 34.12 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #12 | 33.9 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #13 | 33.95 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #14 | 34.33 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #15 | 34.04 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #16 | 34.43 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #17 | 34.36 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #18 | 34.51 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #19 | 34.17 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Testcase #20 | 33.91 us | 36 KB | Accepted | Score: 5 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2024-12-05 09:44:25 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠