记录详情

Compile Error

foo.cc:5:12: error: expected initializer before '+' token
    5 | const int N+3e5+10;
      |            ^
foo.cc:7:7: error: 'N' was not declared in this scope
    7 | PII a[N];
      |       ^
foo.cc: In function 'int main()':
foo.cc:15:22: error: 'a' was not declared in this scope
   15 |                 cin>>a[i].first>>a[i].second;
      |                      ^
foo.cc:18:14: error: 'a' was not declared in this scope
   18 |         sort(a,a+n);
      |              ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1464 5-2 Medicine
语言
C++
递交时间
2023-07-10 10:51:36
评测时间
2023-07-10 10:51:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes