Accepted

/in/foo.cc: In member function 'bool data::operator=(const data&)':
/in/foo.cc:29:5: warning: no return statement in function returning non-void [-Wreturn-type]
     }
     ^
/in/foo.cc: In function 'void f7()':
/in/foo.cc:46:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(num>9||num<0)continue;bas[top].a[1][4]=num;
         ^~
/in/foo.cc:46:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(num>9||num<0)continue;bas[top].a[1][4]=num;
                                  ^~~
/in/foo.cc:57:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(num>9||num<0)continue;bas[top].a[5][3]=num;
         ^~
/in/foo.cc:57:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(num>9||num<0)continue;bas[top].a[5][3]=num;
                                  ^~~
/in/foo.cc: In function 'void f6()':
/in/foo.cc:94:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(num>9||num<0)continue;bas[top].a[5][2]=num;
         ^~
/in/foo.cc:94:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(num>9||num<0)continue;bas[top].a[5][2]=num;
                                  ^~~
/in/foo.cc: In function 'void f5()':
/in/foo.cc:127:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(num>9||num<0)continue;bas[top].a[3][2]=num;
         ^~
/in/foo.cc:127:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(num>9||num<0)continue;bas[top].a[3][2]=num;
                                  ^~~
/in/foo.cc: In function 'void f4()':
/in/foo.cc:146:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(num>9||num<0)continue ;bas[top].a[4][2]=num;
         ^~
/in/foo.cc:146:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(num>9||num<0)continue ;bas[top].a[4][2]=num;
                                   ^~~
/in/foo.cc: In function 'void f3()':
/in/foo.cc:159:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(num>9||num<0)continue ;bas[top].a[2][3]=num;
         ^~
/in/foo.cc:159:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(num>9||num<0)continue ;bas[top].a[2][3]=num;
                                   ^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 788.0 KiB
#2 Accepted 6ms 768.0 KiB
#3 Accepted 6ms 416.0 KiB
#4 Accepted 6ms 412.0 KiB
#5 Accepted 10ms 416.0 KiB
#6 Accepted 24ms 416.0 KiB
#7 Accepted 24ms 416.0 KiB
#8 Accepted 30ms 432.0 KiB
#9 Accepted 36ms 416.0 KiB

信息

递交者
类型
递交
题目
「一本通 1.3 练习 3」质数方阵
语言
C++
递交时间
2019-05-13 09:48:43
评测时间
2019-05-13 09:48:43
评测机
分数
100
总耗时
150ms
峰值内存
788.0 KiB