/ Vijos /

记录详情

Compile Error

/in/foo.cc:5:1: error: 'priority_queue' does not name a type
 priority_queue<int> app, tt;
 ^~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:2: error: 'cin' was not declared in this scope
  cin >> n >> m;
  ^~~
/in/foo.cc:8:2: note: suggested alternative:
In file included from /in/foo.cc:1:0:
/usr/include/c++/6/iostream:60:18: note:   'std::cin'
   extern istream cin;  /// Linked to standard input
                  ^~~
/in/foo.cc:13:3: error: 'app' was not declared in this scope
   app.push(tmp);
   ^~~
/in/foo.cc:18:3: error: 'tt' was not declared in this scope
   tt.push(tmp);
   ^~
/in/foo.cc:21:10: error: 'app' was not declared in this scope
  while (!app.empty() && !tt.empty()) {
          ^~~
/in/foo.cc:21:26: error: 'tt' was not declared in this scope
  while (!app.empty() && !tt.empty()) {
                          ^~

信息

递交者
类型
自测
题目
P1291 苹果摘陶陶
语言
C++
递交时间
2024-05-14 12:00:49
评测时间
2024-05-14 12:00:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes