记录详情

Compile Error

foo.cc:7:10: error: stray '\357' in program
     int n;long long h[1000000];
          ^
foo.cc:7:11: error: stray '\274' in program
     int n;long long h[1000000];
           ^
foo.cc:7:12: error: stray '\233' in program
     int n;long long h[1000000];
            ^
foo.cc: In function 'int main()':
foo.cc:7:13: error: expected initializer before 'long'
     int n;long long h[1000000];
             ^~~~
foo.cc:8:12: error: 'n' was not declared in this scope
     cin >> n;
            ^
foo.cc:10:16: error: 'h' was not declared in this scope
         cin >> h[i];
                ^
foo.cc:20:13: error: 'h' was not declared in this scope
         if (h[i] >= h[l] && h[i] >= h[r])
             ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1033 环形山丘
语言
C++
递交时间
2021-09-26 20:47:44
评测时间
2021-09-26 20:47:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes