/ Vijos /

记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:33:19: warning: comparison of constant '9' with boolean expression is always true [-Wbool-compare]
    if(!(1<=s[i][j]<=9))  {ok=0;break;}
                   ^~
/in/foo.c:33:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    if(!(1<=s[i][j]<=9))  {ok=0;break;}
         ~^~~~~~~~~
/in/foo.c: In function 'if_dushu':
/in/foo.c:18:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Wrong Answer 1ms 256.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Accepted 2ms 256.0 KiB
#5 Accepted 2ms 256.0 KiB
#6 Accepted 2ms 256.0 KiB
#7 Accepted 1ms 256.0 KiB
#8 Accepted 1ms 256.0 KiB
#9 Wrong Answer 2ms 256.0 KiB
#10 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
P1335 数独验证
语言
C
递交时间
2018-02-02 16:37:48
评测时间
2018-02-02 16:37:48
评测机
分数
80
总耗时
20ms
峰值内存
256.0 KiB