/ Vijos /

记录详情

Wrong Answer

foo.cpp: In function 'int C(int, int)':
foo.cpp:56:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(x1<=0) x1+=mod;while(x2<=0) x2+=mod;
  ^~~~~
foo.cpp:56:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(x1<=0) x1+=mod;while(x2<=0) x2+=mod;
                       ^~~~~
# 状态 耗时 内存占用
#1 Accepted 0ms 980.0 KiB
#2 Wrong Answer 0ms 988.0 KiB
#3 Wrong Answer 15ms 988.0 KiB
#4 Wrong Answer 0ms 980.0 KiB
#5 Wrong Answer 0ms 988.0 KiB
#6 Wrong Answer 0ms 984.0 KiB
#7 Wrong Answer 0ms 984.0 KiB
#8 Wrong Answer 0ms 992.0 KiB
#9 Wrong Answer 0ms 984.0 KiB
#10 Wrong Answer 0ms 988.0 KiB

信息

递交者
类型
递交
题目
P1739 计算系数
语言
C++
递交时间
2017-03-13 17:13:00
评测时间
2017-03-13 17:13:00
评测机
分数
10
总耗时
15ms
峰值内存
992.0 KiB