/ Vijos /

记录详情

Compile Error

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

信息

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