/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:27:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int j = 1; j < tree.size(); j++)
                  ~~^~~~~~~~~~~~~
/in/foo.cc:61:16: error: expected primary-expression before ',' token
  int max_n = 0;,m 
                ^
/in/foo.cc:61:17: error: 'm' was not declared in this scope
  int max_n = 0;,m 
                 ^
/in/foo.cc:62:18: error: 'i' was not declared in this scope
  for (int i = 0; i < cla.size(); i++)
                  ^

信息

递交者
类型
递交
题目
P1101 传染病防治
语言
C++
递交时间
2020-12-01 23:01:26
评测时间
2020-12-01 23:01:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes