/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'void io::init()':
foo.cpp:12:48: error: '_fread_nolock' was not declared in this scope
         T = S+_fread_nolock(B, 1, MAXBUF, stdin);
                                                ^
foo.cpp: In function 'void io::output()':
foo.cpp:65:67: error: '_fwrite_nolock' was not declared in this scope
  inline void output() {_fwrite_nolock(buff, 1, iter - buff, stdout), iter = buff;}
                                                                   ^

信息

递交者
类型
递交
题目
P1969 光羽天翔
语言
C++
递交时间
2016-07-13 13:35:28
评测时间
2016-07-13 13:35:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes