Guest
Login
跳过导航链接

Compile Error:

  : 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() {
      |            ^

  

Zhe Jiang University Of Technology Online Programming Space Beta1.3
Designed & Developped By Jin Qiwei
Refactored By cb@zjut.edu.cn , QQ Group: 723311416  All Copyright Reserved 2006-
843