/ Vijos /

记录详情

Compile Error

foo.cpp:4:7: error: expected nested-name-specifier before 'nnamespace'
 using nnamespace std;
       ^
foo.cpp:5:1: error: 'priority_queue' does not name a type
 priority_queue<int,vector<int>,greater<int>> q;
 ^
foo.cpp: In function 'int main()':
foo.cpp:9:9: error: 'cin' was not declared in this scope
         cin>>n;
         ^
foo.cpp:9:9: note: suggested alternative:
In file included from foo.cpp:1:0:
C:/TDM-GCC-32/lib/gcc/mingw32/4.9.2/include/c++/iostream:60:18: note:   'std::cin'
   extern istream cin;  /// Linked to standard input
                  ^
foo.cpp:12:17: error: 'q' was not declared in this scope
                 q.push(t);
                 ^
foo.cpp:16:23: error: 'q' was not declared in this scope
                 int a=q.pop();
                       ^
foo.cpp:23:9: error: 'cout' was not declared in this scope
         cout<<ans;
         ^
foo.cpp:23:9: note: suggested alternative:
In file included from foo.cpp:1:0:
C:/TDM-GCC-32/lib/gcc/mingw32/4.9.2/include/c++/iostream:61:18: note:   'std::cout'
   extern ostream cout;  /// Linked to standard output
                  ^

信息

递交者
类型
递交
题目
P1097 合并果子
语言
C++
递交时间
2015-11-03 22:05:34
评测时间
2015-11-03 22:05:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes