记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:51:14: error: could not convert 'command.std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::operator=<char, std::char_traits<char>, std::allocator<char> >(((const char*)"/"))' from 'std::__cxx11::basic_string<char>' to 'bool'
    if(command="/")
       ~~~~~~~^~~~
/in/foo.cc:53:5: error: return-statement with no value, in function returning 'int' [-fpermissive]
     return;
     ^~~~~~

信息

递交者
类型
递交
题目
Cd and pwd commands
语言
C++
递交时间
2017-06-28 23:17:17
评测时间
2017-06-28 23:17:17
评测机
分数
0
总耗时
244ms
峰值内存
28.371 MiB