Ebben a feladatban kaphatnék elindulási alapot? Java programnyelven kell megoldani.
Task
We use the integers a, b, and n to create the following series:
(a + 20 * b), (a + 20 * b + 21 * b), ... ,(a + 20 * b + 21 * b + ... + 2n-1 * b)
You are given q queries in the form of a, b, and n. For each query, print the series corresponding to the given a, b, and n values as a single line of n space-separated integers.
Input Format
The first line contains an integer, q, denoting the number of queries. Each line i of the q subsequent lines contains three space-separated integers describing the respective ai, bi, and ni values for that query.
Constraints
0 <= q <= 500
0 <= a, b <= 50
a <= n <= 15
Output Format
For each query, print the corresponding series on a new line. Each series must be printed in order as a single line of n space-separated integers.
Hints
- You can use: Math.pow(2, n)
- Make sure not to print any extra spaces at the ends of the lines!
Miert csinalsz ilyen feladatokat, ha hozza sem tudsz kezdeni?
Nem talalsz egyszerubbeket?
A feladat szövege elég elindulási alap kéne, hogy legyen.
Amúgy rossz a megadott képlet, ez a helyes:
(a + 2^0 * b), (a + 2^0 * b + 2^1 * b), ... ,(a + 2^0 * b + 2^1 * b + ... + 2^(n-1) * b)
Ha változókkal, ciklusokkal, beolvasás-kiíratással, egyszóval a legalapabb dolgokkal tisztában vagy, kis gondolkodás mellett nem kéne, hogy gondot okozzon ez a feladat.
Kapcsolódó kérdések:
Minden jog fenntartva © 2024, www.gyakorikerdesek.hu
GYIK | Szabályzat | Jogi nyilatkozat | Adatvédelem | Cookie beállítások | WebMinute Kft. | Facebook | Kapcsolat: info(kukac)gyakorikerdesek.hu
Ha kifogással szeretne élni valamely tartalommal kapcsolatban, kérjük jelezze e-mailes elérhetőségünkön!