/ Vijos /

记录详情

Time Exceeded

foo.cc: In function 'void solve()':
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);
 ^~
foo.cc:15:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
 if(a>b)swap(a,b);if(a>c)swap(a,c);if(b>c)swap(b,c);
                  ^~
foo.cc:52:18: warning: second operand of conditional expression has no effect [-Wunused-value]
 ret>0?ret:ret+mod;
                  ^
foo.cc:52:14: warning: third operand of conditional expression has no effect [-Wunused-value]
 ret>0?ret:ret+mod;
           ~~~^~~~
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;
 ^~~~
foo.cc:72:58: note: ...this statement, but the latter is misleadingly indented as if it were 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;
                                                          ^~~
foo.cc: In function 'int main()':
foo.cc:94:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d",&T);for(int z=1;z<=T;z++){solve();clear();}return 0;//拜拜程序~
 ~~~~~^~~~~~~~~
foo.cc: In function 'void solve()':
foo.cc:14:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d%d%d",&a,&b,&c);lim=max(max(a,b),c);st=clock();
 ~~~~~^~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 96ms 9.734 MiB
#2 Accepted 151ms 9.836 MiB
#3 Accepted 200ms 9.965 MiB
#4 Accepted 1862ms 12.379 MiB
#5 Accepted 2674ms 13.988 MiB
#6 Accepted 3290ms 15.906 MiB
#7 Accepted 3943ms 17.91 MiB
#8 Time Exceeded ≥5309ms ≥26.535 MiB
#9 Time Exceeded ≥5308ms ≥27.16 MiB
#10 Time Exceeded ≥5181ms ≥27.391 MiB

信息

递交者
类型
递交
题目
P2049 旧试题
语言
C++
递交时间
2021-07-19 15:45:58
评测时间
2021-07-19 16:01:02
评测机
分数
70
总耗时
≥28018ms
峰值内存
≥27.391 MiB