/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:27:14: error: 'start' was not declared in this scope
  if(finish - start > 900000) return;
              ^~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:45:10: warning: unused variable 'start' [-Wunused-variable]
  clock_t start = clock();
          ^~~~~

信息

递交者
类型
递交
题目
P1311 单词接龙
语言
C++
递交时间
2017-11-07 23:42:12
评测时间
2017-11-07 23:42:12
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes