/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(m>c||((n&1)!=(m&1)))
         ^~
/in/foo.cc:15:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      printf("0.000\n");continue;
                        ^~~~~~~~
/in/foo.cc:16:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
         if(n>1000)
           ^
# 状态 耗时 内存占用
#1 Wrong Answer 7ms 756.0 KiB

信息

递交者
类型
递交
题目
P1145 小胖吃巧克力
语言
C++
递交时间
2018-07-23 14:45:07
评测时间
2018-07-23 14:45:07
评测机
分数
0
总耗时
7ms
峰值内存
756.0 KiB