← All problemsSign in

Maximum Element in Array

Given an array arr of size 5, the task is to find the largest element in the given array. ### Input - The input contains five space-separated integers which are elements of an array. ### Output Print a largest element in array present. ### Constraints - $1 \leq T \leq 100$ - $1 \leq N \leq 100$ - $1 \leq M \leq N\cdot(N-1)/2$ - $1 \leq u_i, v_i \leq N$ - $u_i \neq v_i$ for each $1 \leq i \leq

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start