/ 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 93ms 9.703 MiB
#2 Accepted 144ms 9.883 MiB
#3 Accepted 192ms 9.977 MiB
#4 Accepted 1791ms 12.379 MiB
#5 Accepted 2596ms 14.0 MiB
#6 Accepted 3261ms 15.902 MiB
#7 Accepted 3876ms 17.918 MiB
#8 Time Exceeded ≥5337ms ≥26.543 MiB
#9 Time Exceeded ≥5337ms ≥27.156 MiB
#10 Time Exceeded ≥5243ms ≥27.418 MiB

信息

递交者
类型
递交
题目
P2049 旧试题
语言
C++
递交时间
2021-07-29 15:06:31
评测时间
2021-07-29 15:06:31
评测机
分数
70
总耗时
≥27876ms
峰值内存
≥27.418 MiB