/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:25: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
                    if(i1!=i2!=i3!=i4!=i5!=i6!=i7!=i8!=i9)
                       ~~^~~~
/in/foo.cc:15:29: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
                    if(i1!=i2!=i3!=i4!=i5!=i6!=i7!=i8!=i9)
                       ~~~~~~^~~~
/in/foo.cc:15:33: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
                    if(i1!=i2!=i3!=i4!=i5!=i6!=i7!=i8!=i9)
                       ~~~~~~~~~~^~~~
/in/foo.cc:15:37: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
                    if(i1!=i2!=i3!=i4!=i5!=i6!=i7!=i8!=i9)
                       ~~~~~~~~~~~~~~^~~~
/in/foo.cc:15:41: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
                    if(i1!=i2!=i3!=i4!=i5!=i6!=i7!=i8!=i9)
                       ~~~~~~~~~~~~~~~~~~^~~~
/in/foo.cc:15:45: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
                    if(i1!=i2!=i3!=i4!=i5!=i6!=i7!=i8!=i9)
                       ~~~~~~~~~~~~~~~~~~~~~~^~~~
/in/foo.cc:15:49: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
                    if(i1!=i2!=i3!=i4!=i5!=i6!=i7!=i8!=i9)
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 357ms 348.0 KiB

信息

递交者
类型
递交
题目
P1772 巧妙填数
语言
C++
递交时间
2017-07-13 09:45:46
评测时间
2017-07-13 09:45:46
评测机
分数
0
总耗时
357ms
峰值内存
348.0 KiB