Accepted

/in/foo.cc: In member function 'bool data::operator=(const data&)':
/in/foo.cc:31:5: warning: no return statement in function returning non-void [-Wreturn-type]
     }
     ^
/in/foo.cc: In function 'void f7()':
/in/foo.cc:48: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:48: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:59: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:59: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:96: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:96: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:129: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:129: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:148: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:148: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:161: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:161: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 328.0 KiB
#2 Accepted 5ms 1.094 MiB
#3 Accepted 7ms 412.0 KiB
#4 Accepted 7ms 416.0 KiB
#5 Accepted 10ms 416.0 KiB
#6 Accepted 24ms 420.0 KiB
#7 Accepted 25ms 416.0 KiB
#8 Accepted 30ms 424.0 KiB
#9 Accepted 36ms 416.0 KiB

信息

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