记录详情

Compile Error

/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:8:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   if(a[i]=0)
            ^
/in/foo.cc:17:4: error: expected ';' before '}' token
    }
    ^
/in/foo.cc:21:1: error: a function-definition is not allowed here before '{' token
 {
 ^

信息

递交者
类型
递交
题目
全排列问题
题目数据
下载
语言
C++
递交时间
2019-01-25 09:38:08
评测时间
2019-01-25 09:38:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes