1 条题解
-
1莫言 (slz莫言) LV 10 @ 2024-11-30 17:08:10
#include <bits/stdc++.h> #define LL long long using namespace std; const int N = 1e5 + 10; const int INF = 0x3f3f3f3f; LL n , m; int main() { scanf ("%lld %lld" , &n , &m); printf ("%lld" , n * m - n - m); return 0; }
- 1
信息
- ID
- 769
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 9
- 标签
- 递交数
- 11
- 已通过
- 6
- 上传者