您的位置:首页 > 其它

Halloween party

2014-09-26 16:20 190 查看

Halloween party

#include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;

int main() {
int T;
unsigned long K;
cin>>T;

while(T >= 1 && T <= 10 && T--)
{
cin>>K;
if(K >= 2 && K <= 10000000)
{
cout<<(K * K /4)<<endl;
}
}
/* Enter your code here. Read input from STDIN. Print output to STDOUT */
return 0;
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  party Halloween