/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int ninth(int, int)':
/in/foo.cc:29:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(i<=3&&j<=3)return 1;if(i<=3&&j<=6)return 2;if(i<=3)return 3;
     ^~
/in/foo.cc:29:28: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(i<=3&&j<=3)return 1;if(i<=3&&j<=6)return 2;if(i<=3)return 3;
                            ^~
/in/foo.cc:30:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(i<=6&&j<=3)return 4;if(i<=6&&j<=6)return 5;if(i<=6)return 6;
     ^~
/in/foo.cc:30:28: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(i<=6&&j<=3)return 4;if(i<=6&&j<=6)return 5;if(i<=6)return 6;
                            ^~
/in/foo.cc:31:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(j<=3)return 7;if(j<=6)return 8;return 9;
     ^~
/in/foo.cc:31:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(j<=3)return 7;if(j<=6)return 8;return 9;
                      ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:72:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                 if((i==3&&j==4&&k==1))flag1=1;if(i==4&&j==4&&k==9)flag2=1;
                 ^~
/in/foo.cc:72:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
                 if((i==3&&j==4&&k==1))flag1=1;if(i==4&&j==4&&k==9)flag2=1;
                                               ^~
/in/foo.cc: In function 'int check(int, int)':
/in/foo.cc:40:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 5ms 384.0 KiB
#3 Accepted 3ms 360.0 KiB
#4 Accepted 4ms 372.0 KiB
#5 Accepted 15ms 368.0 KiB
#6 Accepted 5ms 360.0 KiB
#7 Accepted 6ms 384.0 KiB
#8 Accepted 15ms 256.0 KiB
#9 Accepted 22ms 344.0 KiB
#10 Accepted 13ms 348.0 KiB
#11 Accepted 69ms 368.0 KiB
#12 Accepted 18ms 356.0 KiB
#13 Accepted 117ms 372.0 KiB
#14 Accepted 227ms 384.0 KiB
#15 Accepted 118ms 256.0 KiB
#16 Accepted 273ms 384.0 KiB
#17 Accepted 339ms 364.0 KiB
#18 Accepted 422ms 384.0 KiB
#19 Accepted 391ms 376.0 KiB
#20 Accepted 187ms 368.0 KiB

信息

递交者
类型
递交
题目
P1755 靶形数独
语言
C++
递交时间
2018-09-19 18:50:13
评测时间
2018-09-19 18:50:13
评测机
分数
100
总耗时
2261ms
峰值内存
384.0 KiB