#27544: CPP


qgd20040229@gmail.com (时年)

學校 : 不指定學校
編號 : 170559
來源 : [27.105.55.178]
最後登入時間 :
2021-10-10 23:00:28
d053. 10970 - Big Chocolate -- UVa10970 | From: [27.105.55.178] | 發表日期 : 2021-10-10 23:51

#include <iostream>

using namespace std;

int main(){

  int m, n;

  while (cin>>m>>n){

    cout<< m*n-1 <<endl;

  }

}

 
ZeroJudge Forum