记录详情

Compile Error

/in/foo.cc:37:16: error: stray '\302' in program
                 if( temp.state-1 > 0 && temp.state-1 <= 100005 && !vis[temp.state-1]){
                ^
/in/foo.cc:37:17: error: stray '\240' in program
                 if( temp.state-1 > 0 && temp.state-1 <= 100005 && !vis[temp.state-1]){
                 ^
/in/foo.cc:44:15: error: stray '\302' in program
                if( temp.state*2 > 0 && temp.state*2 <= 100005 && !vis[temp.state*2]){
               ^
/in/foo.cc:44:16: error: stray '\240' in program
                if( temp.state*2 > 0 && temp.state*2 <= 100005 && !vis[temp.state*2]){
                ^

信息

递交者
类型
递交
题目
POJ 3278 Catch That Cow
语言
C++
递交时间
2018-12-02 16:07:01
评测时间
2018-12-02 16:07:33
评测机
分数
0
总耗时
19ms
峰值内存
3.797 MiB