#41535: 我錯在哪???


yp11351280@yphs.tp.edu.tw (710-43)

學校 : 臺北市私立延平高級中學
編號 : 276272
來源 : [203.72.178.1]
最後登入時間 :
2024-11-07 17:46:46
d053. 10970 - Big Chocolate -- UVa10970 | From: [114.24.170.52] | 發表日期 : 2024-08-04 12:33

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

 
ZeroJudge Forum