Math Problem————積分賽水題
Math Problem
描述
求:
ps:
輸入
第一行一個整數TT表示測試組數.
第二行一個nn和kk,nn表示序列a的長度.
第三行n個整數表示
輸出
每組資料輸出題目描述的求和值。
輸入樣例 1
2
2 1
3 5
3 2
1 2 3
輸出樣例 1
8
2
水的不能再水了
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
int main()
{
int n,k,t;
scanf("%d",&t);
while(t--)
{
int x;
ll sum=0;
scanf("%d %d",&n,&k);
for(int i=0;i<n;i++)
{
scanf("%d",&x);
sum+=x/k;
}
printf("%lld\n",sum);
}
return 0;
}
相關推薦
Math Problem————積分賽水題
Math Problem 描述 求:∑ni=1⌊aik⌋∑i=1n⌊aik⌋ ps: ⌊x⌋⌊x⌋表示x向下取整 輸入 第一行一個整數TT表示測試組數.(1≤T≤10)(1≤T≤10) 第二
TOJ 4171 L-The math problem(水題)
4171. L-The math problem Time Limit: 1.0 Seconds Memory Limit:65536KTotal Runs: 287 Accepted Runs:86 Given an array a with n int
計蒜客 ACM-ICPC 2018 南京賽區網絡預賽 A. An Olympian Math Problem-數學公式題
span anti data help NPU https sin %20 -o A. An Olympian Math Problem 54.28% 1000ms 65536K Alice, a student of grade 66
HDU1000 A + B Problem【水題】
A + B Problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 834475 Accepted Submission(s
HDU 6182 A Math Problem 水題
std 水題 div 輸出 iterator code php else fin 題目鏈接: http://acm.hdu.edu.cn/showproblem.php?pid=6182 題目描述: 輸入N, 輸出滿足k^k <= N 的 k的個數 解題思
Bracket Sequences Concatenation Problem CodeForces - 990C(括號匹配水題)
const concat inf sequence 說明 con cin racket 統計 明確一下 一個字符串有x左括號不匹配 和 另一個字符串有x個右括號不匹配 這倆是一定能夠匹配的 腦子有點迷 emm。。。 所以統計就好了 統計x個左括號的有幾個,x個右括號
計蒜客 30990 - An Olympian Math Problem - [簡單數學題][2018ICPC南京網絡預賽A題]
lin blank contains des class tin ssm 簡單數學題 南京 題目鏈接:https://nanti.jisuanke.com/t/30990 Alice, a student of grade 6, is thinking about an O
UVALive 7897 - Number Theory Problem - [找規律水題]
題目連結: https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=5919 題意: 給出正整數 $N(1 \le
Problem A. Welcome(水題,快速模擬出答案,學習思維)
Problem A. Welcome Input file: Output file: Time limit: Memory limit: stdin stdout 1 second 128 megabytes ”How happy we are, To mee
水題 第八站 HDU Train problem II
參考部落格 http://www.cnblogs.com/MisdomTianYa/p/6581898.html http://www.cnblogs.com/kuangbin/archive/2012/03/21/2410519.html 卡特蘭
水題 第四站 HDU A + B Problem II
一道很簡單的題目讓我做得噁心無比,大數問題,不熟悉java,還是用C++寫吧。顯然需要用到字串,然後再將字串中的數字轉化為整數型別進行加法運算。去年做類似題目的時候還只知其然不知其所以然,現在明白了為什麼不能直接讀入陣列。 然而時隔一年也忘記了思路,加上當時沒有總結過,只是仿照程式碼敲
1022】Train Problem I (棧模擬,水題,思維)
題幹: As the new term comes, the Ignatius Train Station is very busy nowadays. A lot of student want to get back to school by train(because
1757 A Simple Math Problem(矩陣快速冪入門題)
題意:求下圖公式的結果 這一題 還是個 遞推關係式 的矩陣就非常的好推了 和之前的幾乎一樣 這裡就不解釋了 #include<cstdio> #include<cstring> using namespace std; const
Codeforces 1090A - Company Merging - [簽到水題][2018-2019 Russia Open High School Programming Contest Problem A]
題目連結:https://codeforces.com/contest/1090/problem/A A conglomerate consists of n companies. To make managing easier, their owners have decided to merge all
Codeforces 1090M - The Pleasant Walk - [簽到水題][2018-2019 Russia Open High School Programming Contest Problem M]
題目連結:https://codeforces.com/contest/1090/problem/M There are n houses along the road where Anya lives, each one is painted in one of k possible colors. A
HDU - 2101 A + B Problem Too【水題】
A + B Problem Too Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 21290 Accepted Submissio
HDU 5443 The Water Problem【RMQ水題】
題意:給出N個數和Q次查詢,沒次查詢L,R,輸出【L,R】內陣列元素的最大值; AC程式碼: #include<cstdio> #include<algorithm> u
A + B Problem HDU - 1000(水題)
Problem Description: Calculate A + B. Input:Each line will contain two integers A and B. Process to end of file. Output:For each case, output
HDU1022 Train Problem I【堆疊+STL+水題】
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 40447 Accepted Submission(s
2016廣東工業大學新生杯決賽:Problem I: 只會做水題的jiakin
聽說ACM新生杯來了許多大佬,嚇得只會做水題的jiakin開始做水題。 題目在一個n行m列二維網格中,位於右下角的格子。現在有若干種水管,型別及狀態如下: 在網格中有一些格子布置著水管(只有一種型別一種狀態),現在jiakin從最左上的格子開始灌水(即最左上的格子一直有水),且水只能沿水管向右或