#41535: 我錯在哪???


yp11351280@yphs.tp.edu.tw (810-43韓睿哲)


 #include <iostream>
using namespace std;
int main()
{
  int a, s;
 
  while(true){
      cin>>a>>s;
      cout<<a*s-1;
      }
    return 0;