记录详情

Compile Error

foo.cc: In function 'void Work()':
foo.cc:58:13: error: 'read' was not declared in this scope
     o_pos = read() ^ last_ans, K = read() ^ last_ans;
             ^~~~
foo.cc:58:13: note: suggested alternative: 'head'
     o_pos = read() ^ last_ans, K = read() ^ last_ans;
             ^~~~
             head
foo.cc: In function 'int main()':
foo.cc:76:9: error: 'read' was not declared in this scope
     N = read();
         ^~~~
foo.cc:76:9: note: suggested alternative: 'head'
     N = read();
         ^~~~
         head
foo.cc:79:16: error: 'y' was not declared in this scope
         Add(x, y), Add(y, x);
                ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2021-05-20 21:44:13
评测时间
2021-05-20 21:44:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes