/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:28: error: expected primary-expression before '<' token
                     if(k-x=<0||k-y=<0||k-z=<0||k-x>n||k-y>n||k-z>n);    
                            ^
/in/foo.cc:20:36: error: expected primary-expression before '<' token
                     if(k-x=<0||k-y=<0||k-z=<0||k-x>n||k-y>n||k-z>n);    
                                    ^
/in/foo.cc:20:44: error: expected primary-expression before '<' token
                     if(k-x=<0||k-y=<0||k-z=<0||k-x>n||k-y>n||k-z>n);    
                                            ^
/in/foo.cc:20:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                     if(k-x=<0||k-y=<0||k-z=<0||k-x>n||k-y>n||k-z>n);    
                     ^~
/in/foo.cc:21:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
       continue;
       ^~~~~~~~

信息

递交者
类型
递交
题目
P1143 三取方格数
语言
C++
递交时间
2024-09-07 20:58:17
评测时间
2024-09-07 20:58:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes