记录详情

Compile Error

/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:18:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    for(int i=1;i=n+1;i++)
                    ^
/in/foo.cc:23:12: warning: statement has no effect [-Wunused-value]
        a[x]==i;   
        ~~~~^~~
/in/foo.cc:30:1: error: a function-definition is not allowed here before '{' token
 {
 ^
/in/foo.cc:34:1: error: expected '}' at end of input
 }
 ^

信息

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