记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:13: error: 'token' was not declared in this scope
     while ((token = strtok_r(token, " ", &next_token))!= NULL) {
             ^~~~~
/in/foo.cc:21:43: error: 'next_token' was not declared in this scope
     while ((token = strtok_r(token, " ", &next_token))!= NULL) {
                                           ^~~~~~~~~~

信息

递交者
类型
自测
语言
C++
递交时间
2024-11-26 08:27:11
评测时间
2024-11-26 08:27:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes