/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void team()':
/in/foo.cc:17:11: error: missing template arguments before 'q'
     queue q;
           ^
/in/foo.cc:21:5: error: 'q' was not declared in this scope
     q.push(s);
     ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:38:12: warning: unused variable 'j' [-Wunused-variable]
     int i, j;
            ^

信息

递交者
类型
递交
题目
P1593 部落卫队
语言
C++
递交时间
2020-09-19 21:00:06
评测时间
2020-09-19 21:00:06
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes