Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    if(j=i) countinue;
          ^
/in/foo.cc:11:12: error: 'countinue' was not declared in this scope
    if(j=i) countinue;
            ^~~~~~~~~

信息

递交者
类型
自测
语言
C++
递交时间
2024-07-17 17:51:37
评测时间
2024-07-17 17:51:37
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes