: In function 'int main()':
:37:33: error: expected ';' at end of input
37 | cout << max_X << " "
| ^
| ;
:37:33: error: expected '}' at end of input
:36:25: note: to match this '{'
36 | if (max_X != 0) {
| ^
:37:33: error: expected '}' at end of input
37 | cout << max_X << " "
| ^
:7:32: note: to match this '{'
7 | while (cin >> N && N != 0) {
| ^
:37:33: error: expected '}' at end of input
37 | cout << max_X << " "
| ^
:5:12: note: to match this '{'
5 | int main() {
| ^