Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
46334 C++|刘一阳 组合 C++ Accepted 0 MS 252 KB 130 2024-05-03 10:10:09

Tests(1/1):


#include<iostream> using namespace std; int main() { int n,m; cin>>n>>m; cout<<n*m-n-m<<endl; return 0; }


Judgement Protocol: