#29988:


fangjst@gmail.com (Justin)

學校 : 不指定學校
編號 : 174892
來源 : [49.159.236.231]
最後登入時間 :
2024-10-04 21:40:37
a059. 完全平方和 | From: [49.159.5.17] | 發表日期 : 2022-04-18 17:47

#include <iostream>
#include <???>

using namespace std;
int main(){
  int a,b,c,d,e,h,i;
  cin >> a;
  for(???){
    cin >> b;
    cin >> c;
    e = 0;
    for(i=b;i<=c;i++){
      if (sqrt(i)==???/*%不可以除小數*/){
        e += i;
      }
    }cout << "Case " << h << ": " << e << endl;
  }
}


//(???代表試試看))
 
ZeroJudge Forum