Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:3: error: expected ';' before 'for'
   for(;j<s;j++)
   ^~~
/in/foo.cc:16:7: warning: statement has no effect [-Wunused-value]
   for(;j<s;j++)
       ^
/in/foo.cc:16:8: error: 'j' was not declared in this scope
   for(;j<s;j++)
        ^

信息

递交者
类型
递交
题目
P1054 A10-3 数组的去重
语言
C++
递交时间
2024-06-25 21:08:45
评测时间
2024-06-25 21:08:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes