/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:17:19: error: 'n' was not declared in this scope
  for (int i=1; i<=n; i++) scanf("%d",T+i);
                   ^
foo.cpp:18:19: error: 'n' was not declared in this scope
  for (int i=1; i<=n; i++) if (!used[i]) search(i,++Svolk,1);
                   ^

信息

递交者
类型
递交
题目
P1979 信息传递
语言
C++
递交时间
2016-11-09 17:37:29
评测时间
2016-11-09 17:37:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes