mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-10 09:18:48 +00:00
P3951 小凯的疑惑
R42853388
This commit is contained in:
parent
ea0e1d3d6e
commit
6c1e404b76
9
problem/P3951/P3951.cpp
Normal file
9
problem/P3951/P3951.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
long long a, b;
|
||||
cin >> a >> b;
|
||||
cout << a * b - a - b << endl;
|
||||
}
|
Loading…
Reference in New Issue
Block a user