Computer Science, asked by bandisivateja, 3 months ago

The current selected programming language is C. We emphasize the submission of a
fully working code over partially correct but efficient code. Once submitted, you
cannot review this problem again. You can use printf() to debug your code. The
printf() may not work in case of syntax/runtime error. The version of GCC being used
155.5.0
The online weather app Live Forcast is conducting an analysis of the changing weather conditions in
Hillsview county. The app has a list of temperatures for N days. From this data, the app wishes to
identify which period among the N days are the hottest days. This period is defined as the shortest
period of consecutive days when the sum of the daily temperatures was higher or equal to the
predefined threshold temperature (T).
Write an algorithm to help the app find the period with the hottest days within the given N days.
Input
The first line of the input consists of two space-separated integers - num and thresholdTemp.
representing the number of days for which data is analyzed (M) and the predicted threshold
temperature (7) of the place,
The second line consists of space-separated positive integers - templo), templul temp/N-11
representing the temperature on N days.
Output
Print an integer representing the shortest period of consecutive days for which the total
Temperature was greater than or equal to the predicted threshold temperature
Constraints
0<num<10^5
0<= temp[i]<=10^6
0<=i<num
Output
3​

Answers

Answered by tanushpradhan82
26

Answer:

analyzed (M) and the predicted threshold

temperature (7) of the place,

The second line consists of space-separated positive integers - templo), templul temp/N-11

representing the temperature on N days.

Output

Print an integer representing the shortest period of consecutive days for which the total

Temperature was greater than or equal to the predicted threshold temperature

Constraints

0<num<10^5

0<= temp[i]<=10^6

0<=i<num

Output

3

Answered by anurimasingh22
0

Answer:

#include

#include

blank print (char s[]) {

char temp[ln]; for (int I = 0; I ln; i++); int ln = strlen(s); While (s[j]!= '0'), int j = I and int k = 0. Temp[k] = S[j], K++, and J++

j = 0; yet, (j I temp[k] = s[j]; j++; k++;

Dennis Ritchie at Bell Laboratories developed the general-purpose computer language C in 1972.

Despite being ancient, it is still quite popular.

Because the UNIX operating system was created using C, it has a strong association with UNIX.

One of the most widely used programming languages worldwide is this one.

Since C's syntax is similar to that of other widely used programming languages like Java, Python, C++, and C#, learning them won't be an issue for you.

C is incredibly quick compared to other programming languages like Python and Java.

Because it may be used in both applications and technologies, C is incredibly versatile.

To know more about c programming,click on this link:

https://brainly.in/question/6474841

https://brainly.in/question/9668

#SPJ3

Similar questions