#18482: C++ AC


kt118 (20622易楷騰)

學校 : 臺北市私立延平高級中學
編號 : 83274
來源 : [203.72.178.1]
最後登入時間 :
2023-06-15 15:49:35
e156. 良心題: 求和 | From: [203.72.178.252] | 發表日期 : 2019-07-17 13:33

#include <iostream>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main(int argc, char** argv) {
int a;
while(cin>>a){
cout <<(1+a)*a/2<<endl;
}
return 0;
}

 
#18483: Re:C++ AC


ufve0704 (爬 我爬 我爬爬爬 有排行榜這種東西就是要爬 爬過我上面的那...)

學校 : 臺北市私立延平高級中學
編號 : 83268
來源 : [203.72.178.1]
最後登入時間 :
2023-10-30 13:02:50
e156. 良心題: 求和 | From: [203.72.178.252] | 發表日期 : 2019-07-17 13:45

#include
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main(int argc, char** argv) {
int a;
while(cin>>a){
cout <<(1+a)*a/2<<endl;
}
return 0;
}

你的中文....

題目說:如何不用乘法、除法、<<、>>、~、^,也不用for、while、if、else、switch、case及三元運算子,算出1+2+3+...+n ?

這裡:如何不用乘法、除法、<<、>>、~、^,也不用for、while、if、else、switch、case及三元運算子,算出1+2+3+...+n ?

還是說你沒良心?

 
ZeroJudge Forum