Maximum before 0

Given a stream of numbers, the program has to print the maximum number before reaching the first 0.
Input
Output
2 6 1 9 43 88 9 0 49 100
88
 

Constraints

Time limit: 2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue