/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:13:2: error: 'fin' was not declared in this scope
  fin>>l>>n>>m;
  ^
foo.cpp:53:2: error: 'fout' was not declared in this scope
  fout<<min;
  ^
foo.cpp:12:16: warning: unused variable 'k' [-Wunused-variable]
  int i,j,t,min,k;
                ^

信息

递交者
类型
递交
题目
P1981 跳石头
语言
C++
递交时间
2015-11-10 19:06:33
评测时间
2015-11-10 19:06:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes