/ ITcode /

记录详情

Compile Error

/in/foo.cc: In function 'int spfa()':
/in/foo.cc:35:5: error: 'queue' was not declared in this scope
     queue<Lux> q;
     ^~~~~
/in/foo.cc:35:14: error: expected primary-expression before '>' token
     queue<Lux> q;
              ^
/in/foo.cc:35:16: error: 'q' was not declared in this scope
     queue<Lux> q;
                ^
/in/foo.cc:31:18: warning: unused variable 'temp' [-Wunused-variable]
     int i, u, v, temp;
                  ^~~~

信息

递交者
类型
递交
语言
C++
递交时间
2019-08-17 18:12:49
评测时间
2019-08-17 18:12:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes