/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void solve()':
/in/foo.cc:15:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if(a>b)swap(a,b);if(a>c)swap(a,c);if(b>c)swap(b,c);
 ^~
/in/foo.cc:15:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if(a>b)swap(a,b);if(a>c)swap(a,c);if(b>c)swap(b,c);
                  ^~
/in/foo.cc:52:18: warning: second operand of conditional expression has no effect [-Wunused-value]
 ret>0?ret:ret+mod;
                  ^
/in/foo.cc:52:14: warning: third operand of conditional expression has no effect [-Wunused-value]
 ret>0?ret:ret+mod;
           ~~~^~~~
/in/foo.cc:72:1: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 else if(miu[i]==-1)(ret-=(ll)fa[i]*fb[i]%mod*fc[i])%=mod;ret=ret>0?ret:ret+mod;
 ^~~~
/in/foo.cc:72:58: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
 else if(miu[i]==-1)(ret-=(ll)fa[i]*fb[i]%mod*fc[i])%=mod;ret=ret>0?ret:ret+mod;
                                                          ^~~
# 状态 耗时 内存占用
#1 Accepted 72ms 9.73 MiB
#2 Accepted 113ms 9.883 MiB
#3 Accepted 150ms 9.98 MiB
#4 Accepted 1363ms 12.305 MiB
#5 Accepted 1951ms 13.969 MiB
#6 Accepted 2392ms 15.871 MiB
#7 Accepted 2843ms 17.785 MiB
#8 Accepted 4340ms 26.621 MiB
#9 Accepted 4349ms 27.191 MiB
#10 Accepted 4582ms 27.371 MiB

信息

递交者
类型
递交
题目
P2049 旧试题
语言
C++
递交时间
2021-07-19 16:43:48
评测时间
2021-07-19 16:43:48
评测机
分数
100
总耗时
22160ms
峰值内存
27.371 MiB